tsc-lint-staged

JSON →
library 0.2.0 ·javascript
verified Jun 4, 2026

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.