diff --git a/package.json b/package.json index 5140975..44d38ea 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ }, "exports": { ".": { + "types": "./types/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs.js" } @@ -61,4 +62,4 @@ "zustand": "^3.7.2" }, "packageManager": "pnpm@7.26.0" -} \ No newline at end of file +}