diff --git a/package.json b/package.json index ae75c11..c5d6f92 100644 --- a/package.json +++ b/package.json @@ -81,10 +81,8 @@ }, "./proxy": { "node": { - "require": { - "types": "./lib/proxy.d.ts", - "default": "./dist/proxy.cjs" - } + "types": "./lib/proxy.d.ts", + "default": "./dist/proxy.cjs" }, "default": { "import": { @@ -137,4 +135,4 @@ "vitest": "^1.4.0" }, "packageManager": "pnpm@8.15.5" -} \ No newline at end of file +}