diff --git a/package.json b/package.json index 2e32de2..cc9ce4e 100644 --- a/package.json +++ b/package.json @@ -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",