Skip to content

Commit

Permalink
fix: add types
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Sep 2, 2024
1 parent 7791616 commit 9edc647
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": "./dist/esm/index.js"
".": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
},
"files": [
"dist"
Expand Down

0 comments on commit 9edc647

Please sign in to comment.