build: switch to bundler moduleResolution

This commit is contained in:
iCrawl
2023-05-01 13:14:13 +02:00
parent 8b71f44b1f
commit 48cab844d4
53 changed files with 186 additions and 79 deletions

View File

@@ -18,14 +18,14 @@
"typings": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},
"./*": {
"types": "./dist/exports/*.d.ts",
"import": "./dist/exports/*.mjs",
"require": "./dist/exports/*.js",
"types": "./dist/exports/*.d.ts"
"require": "./dist/exports/*.js"
}
},
"directories": {