Displaying the computed and in use tsconfig
Usually, the configuration for the TypeScript compiler is pretty light. In some weird situations when things are not going as expected it is nice to be able to view what is the full tsconfig.json
with all the default and computed properties in it. Since TypeScript 3.2 you can
do that by passing the --showConfig
flag.