Skip to content

Commit

Permalink
fix: fix type entry
Browse files Browse the repository at this point in the history
  • Loading branch information
shoma-mano committed Sep 5, 2024
1 parent d7e6e21 commit 94c8739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
Expand Down

0 comments on commit 94c8739

Please sign in to comment.