TypeScript tsconfig and Tooling/Extended diagnostics

Measure compiler performance details.

Section: Compiler Diagnostics and Debugging

Extended diagnostics

bash
bash
npx tsc --extendedDiagnostics
Explanation

Helpful in large projects when TypeScript builds feel slow.

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 Compiler Diagnostics and Debugging
List compilation files
Print files included in the program.
OpenIn sheetbashsame section
Show resolved config
Print the final config after `extends` resolution.
OpenIn sheetbashsame section
Clean build artifacts
Remove `.tsbuildinfo` and build outputs before recompiling.
OpenIn sheetbashsame section
Minimal tsconfig
A small strict config for many projects.
OpenIn sheetjson1 tag match
Composite project config
Enable settings required for project references.
OpenIn sheetjson1 tag match
Node-focused tsconfig
Example config for modern Node.js projects.
OpenIn sheetjson1 tag match