Skip to content

Commit

Permalink
fix: compatible with typescript node16 module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Oct 21, 2022
1 parent 20b05b3 commit 734187d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"main": "./dist/index.cjs",
"unpkg": "./dist/index.umd.js",
Expand Down

0 comments on commit 734187d

Please sign in to comment.