diff --git a/package.json b/package.json index 7801c03..d721839 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "test:watch": "pnpm run test --watch" }, "type": "module", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "version": "4.0.2" }