tsc --init
should generate tsconfig.json
without comments
#53746
Labels
Duplicate
An existing issue was already created
Suggestion
π Search Terms
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
tsc --init
creates a configuration file with all possible parameters commented with their descriptions.I think
tsc --init
should create atsconfig.json
file without comments.Why?
tsconfig.json
is not the documentation.tsc --init
give a link to the documentation (https://aka.ms/tsconfig) in the terminal.Expected
tsconfig.json
content aftertsc --init
:The text was updated successfully, but these errors were encountered: