Skip to content

Commit

Permalink
Fix types not found for ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
sglkc authored Jan 6, 2025
1 parent 635b38d commit 82f6561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"exports": {
".": {
"require": "./dist/sastrawijs.cjs.js",
"import": "./dist/sastrawijs.esm.mjs",
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/sastrawijs.esm.mjs"
},
"browser": "./dist/sastrawijs.umd.js"
},
"./package.json": "./package.json",
Expand Down

0 comments on commit 82f6561

Please sign in to comment.