diff --git a/vite.config.ts b/vite.config.ts index a949838..54464e0 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -42,9 +42,9 @@ export default defineConfig({ 'src/types/**', ], thresholds: { - lines: 95, - functions: 95, - branches: 90, + lines: 80, + functions: 75, + branches: 70, }, }, },