The new —showConfig flag
tsc
, the TypeScript compiler, supports a new flag called —showConfig
.When running tsc —showConfig
, TypeScript will calculate the effective tsconfig.json
(after calculating options inherited from the extends
field) and print that out.This can be useful for diagnosing configuration issues in general.