diff options
Diffstat (limited to 'packages/frontend/tsconfig.json')
| -rw-r--r-- | packages/frontend/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index 5d451c878c..819629a9cf 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -33,6 +33,7 @@ ], "types": [ "vite/client", + "vitest/importMeta", ], "lib": [ "esnext", |