Skip to content

Commit

Permalink
fix(package.json): added typesVersions entry
Browse files Browse the repository at this point in the history
  • Loading branch information
João Dias committed Jul 8, 2024
1 parent 286ba17 commit 8ff1649
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"require": "./dist/hooks.cjs"
}
},
"typesVersions": {
"*": {
"hooks": [
"./dist/hooks.d.ts"
]
}
},
"scripts": {
"build": "npm run types:check && vite build",
"bundle-size": "size-limit",
Expand Down

0 comments on commit 8ff1649

Please sign in to comment.