Skip to content

Commit

Permalink
fix: declare types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmclaurin authored Jul 10, 2023
1 parent 1e41317 commit 92ab182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
},
"main": "./index.cjs",
"exports": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
},
"types": "./index.d.ts",
"files": [
"index.cjs",
"index.mjs",
Expand Down

0 comments on commit 92ab182

Please sign in to comment.