]> Piment Noir Git Repositories - poolifier.git/commit
fix(build): exclude vitest.config.ts from TypeScript build
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 22 Feb 2026 20:34:09 +0000 (21:34 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 22 Feb 2026 20:34:51 +0000 (21:34 +0100)
commit0f7e7ab9d579993354dc1e663844f34fb50bde8f
tree34867174b9d9e8e2a6a657499697ec932de7199a
parentb806a348b9c91a9e9bdd0e9658d7555ed30d4a41
fix(build): exclude vitest.config.ts from TypeScript build

The vitest.config.ts file was being included in the TypeScript
compilation via tsconfig.json's **/*.ts include pattern. This caused
rollup-plugin-dts to fail when looking for ./lib/index.d.ts.

Adding vitest.config.ts to the exclude array fixes the build.
tsconfig.build.json