Skip to content

Commit

Permalink
chore: typescript complain about missing call signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill authored and suikodev committed Jun 26, 2023
1 parent 2284231 commit f1a96d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.esm.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs.js"
}
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit f1a96d0

Please sign in to comment.