Closed
Description
TypeScript Version: 2.6.2
Code
tsc --init
Expected behavior:
Includes all compiler options and valid values.
Actual behavior:
- Missing
forceConsistentCasingInFileNames
,skipLibCheck
,pretty
,allowUnusedLabels
,allowUnreachableCode
,suppressImplicitAnyIndexErrors
options - Comment for
lib
is/* Specify library files to be included in the compilation: */
(nothing after the colon)