build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / http-server-pool / express-cluster / rollup.config.ts
similarity index 93%
rename from examples/typescript/http-server-pool/express-cluster/rollup.config.mjs
rename to examples/typescript/http-server-pool/express-cluster/rollup.config.ts
index 86ad2c86c77ec499dab1b0edfc53a12cb628e5e8..ac0da32629d1749be0c2b6c0be31df7a4f791506 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'