npx tsc --noEmit

Category: Node.js & npm/yarn

npx tsc --noEmit

Type-check a TypeScript project and report errors without writing any output files

Type-checks a TypeScript project and reports any type errors but doesn't write any .js output files. Fast way to validate types in CI.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.