From: Jérôme Benoit Date: Tue, 7 Apr 2026 13:20:06 +0000 (+0200) Subject: fix(build): add explicit node types to rollup typescript plugin X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=82f0d62ae9e7f68a2ca5adcb51e148c0dda804bd;p=poolifier.git fix(build): add explicit node types to rollup typescript plugin --- diff --git a/rollup.config.mjs b/rollup.config.mjs index a5ae1a021..ae63b99fc 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -76,6 +76,7 @@ export default defineConfig([ module: 'Node16', moduleResolution: 'Node16', sourceMap: sourcemap, + types: ['node'], }, tsconfig: './tsconfig.build.json', }),