Skip to content

Commit

Permalink
fix(types): add types in "exports" field in package.json (egoist#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Sep 23, 2023
1 parent 23924c6 commit 7c43fc3
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 @@ -12,7 +12,8 @@
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 7c43fc3

Please sign in to comment.