Skip to content

Commit 8ff1649

Browse files
author
João Dias
committed
fix(package.json): added typesVersions entry
1 parent 286ba17 commit 8ff1649

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
"require": "./dist/hooks.cjs"
3333
}
3434
},
35+
"typesVersions": {
36+
"*": {
37+
"hooks": [
38+
"./dist/hooks.d.ts"
39+
]
40+
}
41+
},
3542
"scripts": {
3643
"build": "npm run types:check && vite build",
3744
"bundle-size": "size-limit",

0 commit comments

Comments
 (0)