Run the compiler only for type-checking.
Section: Setup and CLI
Type-check without emitting JS
bash
bash
npx tsc --noEmitExplanation
Common CI command for catching errors without writing build output.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Setup and CLI