Skip to content

Commit

Permalink
fix: types definition may be bot found
Browse files Browse the repository at this point in the history
fix #75
  • Loading branch information
akiver committed Sep 30, 2023
1 parent 05ce5bb commit 1f85d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"exports": {
".": {
"import": {
"default": "./dist/esm/index.js"
"default": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/cjs/index.js"
"default": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
}
}
},
Expand Down

0 comments on commit 1f85d28

Please sign in to comment.