diff --git a/tsconfig.json b/tsconfig.json index 0eba3195d..f8787324d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,7 @@ "newLine": "LF", "moduleResolution": "node", "strict": true, - "jsx": "preserve", - // Allows TS to see the Vitest globals - "types": ["vitest/globals"] + "jsx": "preserve" }, "exclude": ["node_modules"] }