Skip to content

Commit

Permalink
fix: module resolution - bundler fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
asyarb committed Apr 1, 2024
1 parent 7c5277b commit 4012af4
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 421 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"types": "./dist/index.d.ts",
"scripts": {
Expand Down
Loading

0 comments on commit 4012af4

Please sign in to comment.