The --showConfig Compiler Option in TypeScript

added by JavaScript Kicks
8/28/2019 5:41:58 AM

649 Views

TypeScript 3.2 added a new --showConfig compiler flag to the tsc executable. The command tsc --showConfig calculates the effective tsconfig.json file and prints it to the console. This is useful for debugging configuration issues, particularly when used in conjunction with the extends property in a tsconfig.json file.


0 comments