From f687ba93b3c94ef42e7d3512c69e6ceeaa60d517 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 3 Sep 2024 13:19:06 -0400 Subject: [PATCH] Add vitest globals to tsconfig (#11413) --- arches/install/arches-templates/tsconfig.json | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) 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 } }