TypeScript tsconfig and Tooling/Show resolved config

Print the final config after `extends` resolution.

Section: Compiler Diagnostics and Debugging

Show resolved config

bash
bash
npx tsc --showConfig
Explanation

Useful when debugging inherited configs and unexpected compiler options.

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
Extended diagnostics
Measure compiler performance details.
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 sheetjson2 tag match
Node-focused tsconfig
Example config for modern Node.js projects.
OpenIn sheetjson2 tag match
Configure path aliases
Use `baseUrl` and `paths` for ergonomic imports.
OpenIn sheetjson2 tag match