build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index ff8b8c21fdea10e4eb838828ef1f645493513632..9504c668da013ff56e1a18cc7f94f33a118ed5bb 100644 (file)
@@ -10,7 +10,7 @@
     "pnpm": "8.10.0"
   },
   "scripts": {
-    "build": "rollup --config",
+    "build": "rollup --config --configPlugin typescript",
     "start": "node dist/main.cjs",
     "start:esm": "node dist/main.js",
     "test": "echo \"Error: no test specified\" && exit 1",