build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / rollup.config.ts
similarity index 94%
rename from examples/typescript/http-server-pool/fastify-hybrid/rollup.config.mjs
rename to examples/typescript/http-server-pool/fastify-hybrid/rollup.config.ts
index a8c4e473cb7cc3772685a2f6314a773e9d0eba4b..293d69fc289db45a0b282478ba44de0c3e21216c 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-disable n/no-unpublished-import */
 import typescript from '@rollup/plugin-typescript'
 import del from 'rollup-plugin-delete'
 import { defineConfig } from 'rollup'