diff --git a/package.json b/package.json index c951375..4d2239e 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,8 @@ "test": "vitest run", "publish": "npm publish" }, - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "pnpm": { + "onlyBuiltDependencies": ["esbuild"] + } }