Enhanced —init output
Along with setting —strict
on by default, tsc —init
has an enhanced output. Default tsconfig.json
files generated by tsc —init
now include a set of the common compiler options along with their descriptions commented out. Just un-comment the configuration you like to set to get the desired behavior; we hope the new output simplifies the setting up new projects and keeps configuration files readable as projects grow.