typescript: coverage: threshold: 85 complexity: max: 8 dry: max_findings: 0 paths: - src exclude: - "**/*.test.ts" - "**/*.test.tsx" - "tests/**" - "dist/**" - "coverage/**" copied_blocks: enabled: true min_tokens: 100 mutation: targets: - src/lib/compare-defaults.ts dependency_boundaries: - from: src/components allow: - src/components - src/lib - from: src/lib allow: - src/lib