Skip to content

Commit

Permalink
type: add types field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 14, 2022
1 parent 6a90be2 commit 355dff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"author": "Kenny <wowohoo@qq.com>",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 355dff9

Please sign in to comment.