diff --git a/tsconfig.json b/tsconfig.json index 66b5e57..ea67970 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,8 @@ { "path": "./tsconfig.app.json" } - ] + ], + "compilerOptions": { + "types": ["vitest"] + } }