tsc-lint-staged
JSON →A lightweight utility (v0.2.0) that integrates TypeScript compiler checking into lint-staged workflows. Unlike running `tsc --noEmit` on the whole project, it only checks staged files by leveraging the project's `tsconfig.json`. Release cadence is low/irregular. Key differentiators: no configuration overhead, respects tsconfig settings, avoids rechecking unchanged files, and works with any lint-staged setup.
Resources
packagetsc-lint-staged ↗