Skip to content

Commit

Permalink
fix(package.json): export types folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Mar 22, 2024
1 parent 2ef3da6 commit 676940f
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 @@ -8,7 +8,7 @@
"author": "Rodrigo Tomé <[email protected]>",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"default": "./dist/index.js"
}
},
Expand Down

0 comments on commit 676940f

Please sign in to comment.