diff --git a/package.json b/package.json index c555a1b..64cb897 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@ "test:watch": "pnpm run test --watch" }, "type": "module", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "version": "4.1.0" }