Add PNPM onlyBuiltDependencies to package.json

This commit is contained in:
2025-04-15 20:47:15 +02:00
parent e24b12ecd8
commit bfdceb73ec

View File

@@ -28,5 +28,11 @@
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.8.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}