Dump the effective config file #15213
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Suggestion
I'm using Typedoc which has very similar options to
tsc
and book keeping and converting these options is tedious and error prone. It would be nice iftsc
could dump its effective compiler options (considering the default values,extends
rules, etc.) as a json file. This can be particularly useful when debugging the configurations to see what config is effectively being used for the compilation process.See: TypeStrong/typedoc#480
TypeScript Version: 2.2.1 / nightly (2.2.0-dev.201xxxxx)
Expected behavior:
The text was updated successfully, but these errors were encountered: