fix: js modules madness

This commit is contained in:
ppedziwiatr
2023-12-18 13:52:46 +01:00
parent 0ee86dc1bc
commit 470cd94b3a

View File

@@ -18,7 +18,8 @@
"types": "./lib/types/index.d.ts" "types": "./lib/types/index.d.ts"
}, },
".": { ".": {
"import": "./lib/cjs/index.js", "import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js",
"types": "./lib/types/index.d.ts" "types": "./lib/types/index.d.ts"
} }
}, },