build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / package.json
index eef7b3d1823512e143a03cf1ca07e1e32562aa0f..ccdd21e525f9c925739fc1b3ba64c919339b0ff0 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",