chore: configure vitest with project-based setup and coverage

This commit is contained in:
lila 2026-03-20 19:25:00 +01:00
parent ce42eb1811
commit 04acd4b580
13 changed files with 1193 additions and 12 deletions

View file

@ -1,4 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"references": [{ "path": "../../packages/shared" }]
"references": [{ "path": "../../packages/shared" }],
"compilerOptions": { "module": "ESNext", "moduleResolution": "bundler" },
}