build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / rollup.config.ts
similarity index 93%
rename from examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.mjs
rename to examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.ts
index 3aa319270489473c6ad34b4b4074dda55ef60601..6d2fc34da8437e298f208bc999592ab04acd7f0a 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'