fix: update exports in package.json to use correct file extensions

This commit is contained in:
2025-11-15 23:31:09 +07:00
parent 2230910f4d
commit 840e3e8abe

View File

@@ -12,8 +12,8 @@
], ],
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.mts",
"import": "./dist/index.js" "import": "./dist/index.mjs"
} }
}, },
"bin": { "bin": {