Skip to content

Commit

Permalink
fix: package export file ext name
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jul 2, 2024
1 parent d33dd8e commit 8ec7ddf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
Expand Down

0 comments on commit 8ec7ddf

Please sign in to comment.