tsc-strict

JSON →
library 2.4.5 ·javascript
verified Jun 7, 2026

A TypeScript Language Service plugin and CLI tool that enables incremental migration to strict mode by allowing per-file opt-out via `//@ts-strict-ignore` comments. Version 2.4.5, stable. Key differentiators: works in IDE via TS plugin (shows strict errors in editor) and also provides a `tsc-strict` CLI for build-time checking — unlike native `strict: true` which forces all files at once. Supports path-based inclusion/exclusion and minimatch patterns. ESM and CJS compatible orchestrated through tsconfig plugins array.