diff --git a/arches/install/arches-templates/tsconfig.json b/arches/install/arches-templates/tsconfig.json index 34902ec7acf..c223f2c6ad0 100644 --- a/arches/install/arches-templates/tsconfig.json +++ b/arches/install/arches-templates/tsconfig.json @@ -15,6 +15,7 @@ "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, + "types": ["vitest/globals"], "allowImportingTsExtensions": true } } diff --git a/tsconfig.json b/tsconfig.json index 34902ec7acf..c223f2c6ad0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, + "types": ["vitest/globals"], "allowImportingTsExtensions": true } }