]> Piment Noir Git Repositories - poolifier.git/commitdiff
fix(build): add explicit node types to rollup typescript plugin
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Apr 2026 13:20:06 +0000 (15:20 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Apr 2026 13:20:06 +0000 (15:20 +0200)
rollup.config.mjs

index a5ae1a02172206bc814a5e01f9d845a39142af02..ae63b99fc334f62377aaa1c7285dd8983c56f52a 100644 (file)
@@ -76,6 +76,7 @@ export default defineConfig([
           module: 'Node16',
           moduleResolution: 'Node16',
           sourceMap: sourcemap,
+          types: ['node'],
         },
         tsconfig: './tsconfig.build.json',
       }),