Skip to content

Commit

Permalink
fix(npm): use types export in package.json
Browse files Browse the repository at this point in the history
Fixes #219
  • Loading branch information
maksnester authored and JamieMason committed Jun 24, 2024
1 parent c92cfc5 commit 4191701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"node": ">=16"
},
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 4191701

Please sign in to comment.