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.