Skip to content

Commit

Permalink
fix: correct esm types declaration folder in package.json (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jan 3, 2025
1 parent 0e7a20e commit d852bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": false,
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"types": "./dist/esm/types/index.d.ts",
"files": [
"dist",
"src",
Expand Down

0 comments on commit d852bfc

Please sign in to comment.