The tool will help you to debug tsconfig.json
file of your project.
The project is at stage of prototype - only a part part of tsconfig.json
options are supported at the moment.
Using through global install:
npm install -g tsch
tsch tsconfig.json -e
Using npx
:
npx tsch tsconfig.json -e
tsch --help
Options:
--help Show help [boolean]
--version Show version number [boolean]
--coverage Show flags coverage status [boolean]
-o, --out File path to write the result [string]
-e, --explain Add explanations to output [boolean]
-s, --short Short explanations instead of verbose [boolean]
-i, --ignore Do not include empty default values such as falsy
and empty arrays to result config [boolean]
- Full options coverage
- Handle more complicated flag relations
- Other useful advices
- Visual Studio Code Plugin
Your feedback is really important for the project. Please, use contacts from my profile to send your questions, suggestions, help requests and others. Also, feel free to use issues section to report bugs and problems.
The project is bootstrapped using init-typescript-app.
MIT, see LICENSE for the details.