From f2138cef0b19b9af7b65f228eb531c6972806df4 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 10 Dec 2024 14:07:25 +0100 Subject: [PATCH] fix --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 29504da..0fb68c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "include": ["env.d.ts", "**/*.ts", "**/*.tsx", "**/**/.server/**/*.ts", ".react-router/types/**/*"], "compilerOptions": { - "types": ["vitest/globals", "@vitest/browser/providers/playwright", "@vitest/coverage-v8"], + "types": ["vitest/globals", "@vitest/browser/providers/playwright"], "lib": ["DOM", "DOM.Iterable", "ES2023"], "isolatedModules": true, "esModuleInterop": true,