Files
OmniRoute/tsconfig.typecheck-api.json
Sabee Ur Rehman Khan c2c97aff82 ci: add API route TypeScript regression gate (#11705)
Boarded in a combined worktree: typecheck:core, check:dashboard-typecheck, check:file-size, check:changelog-integrity, check:complexity, check:cognitive-complexity, check:cycles, check-deps all green. Clean, self-contained addition (5 new files, 0 modifications to existing code) that mirrors the existing dashboard-typecheck baseline-ratchet pattern. Thanks for closing a real coverage gap — API routes had no dedicated typecheck gate.
2026-08-30 04:07:28 -03:00

9 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"incremental": false
},
"include": ["src/app/api/**/*.ts", "src/app/api/**/*.tsx"]
}