{ "all": true, "include": [ "src/**/*.ts", "src/**/*.tsx" ], "exclude": [ "node_modules/", "tests/", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "**/types/**", "**/dist/**", "**/.next/**", "**/coverage/**", "src/app/**", "src/components/ui/**" ], "reporter": [ "text", "json", "html", "lcov" ], "report-dir": "./coverage", "check-coverage": true, "lines": 80, "functions": 80, "branches": 80, "statements": 80 }