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,