Master Every TSConfig With This Command: Reveal The Complete TypeScript Configuration with Ease

Опубликовано: 14 Июль 2026
на канале: Typed Rocks
1,416
83

tsconfig-inspect on npm: https://www.npmjs.com/package/tsconfi...

We can use the "showConfig" command of tsc to show the "final" tsconfig which gets created using our provided properties. But this command does not really show the complete configuration which TypeScript will create. It misses some computed properties and even default ones. So I've decided to dig into the TypeScript codebase and create a small cli tool which does exactly that.

This of course is only a very early version of the package. If you find any bugs, don't hesitate to open an issue on GitHub.

0:00 Intro
0:30 tsconfig-inspect
5:55 Outro