Add vitest dependency

This commit is contained in:
Paul Valerie GOMA 2025-07-19 02:49:57 +02:00
parent 338951a0fe
commit cd1d8dd6ff

View File

@ -7,5 +7,8 @@
{ {
"path": "./tsconfig.app.json" "path": "./tsconfig.app.json"
} }
] ],
"compilerOptions": {
"types": ["vitest"]
}
} }