@@ -229,7 +229,7 @@ namespace ts {
229
229
type : "boolean" ,
230
230
showInSimplifiedHelpView : true ,
231
231
category : Diagnostics . Output_Formatting ,
232
- description : Diagnostics . Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read ,
232
+ description : Diagnostics . Enable_color_and_formatting_in_output_to_make_compiler_errors_easier_to_read ,
233
233
defaultValueDescription : "true"
234
234
} ,
235
235
{
@@ -276,7 +276,7 @@ namespace ts {
276
276
shortName : "i" ,
277
277
type : "boolean" ,
278
278
category : Diagnostics . Projects ,
279
- description : Diagnostics . Enable_incremental_compilation ,
279
+ description : Diagnostics . Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects ,
280
280
transpileOptionValue : undefined ,
281
281
defaultValueDescription : Diagnostics . false_unless_composite_is_set
282
282
} ,
@@ -567,7 +567,7 @@ namespace ts {
567
567
type : "boolean" ,
568
568
showInSimplifiedHelpView : true ,
569
569
category : Diagnostics . Emit ,
570
- description : Diagnostics . Disable_emitting_files_from_a_compilation ,
570
+ description : Diagnostics . Disable_emitting_file_from_a_compilation ,
571
571
transpileOptionValue : undefined ,
572
572
defaultValueDescription : "false"
573
573
} ,
@@ -677,7 +677,7 @@ namespace ts {
677
677
affectsSemanticDiagnostics : true ,
678
678
strictFlag : true ,
679
679
category : Diagnostics . Type_Checking ,
680
- description : Diagnostics . Type_catch_clause_variables_as_unknown_instead_of_any ,
680
+ description : Diagnostics . Default_catch_clause_variables_as_unknown_instead_of_any ,
681
681
defaultValueDescription : "false" ,
682
682
} ,
683
683
{
@@ -712,7 +712,7 @@ namespace ts {
712
712
type : "boolean" ,
713
713
affectsSemanticDiagnostics : true ,
714
714
category : Diagnostics . Type_Checking ,
715
- description : Diagnostics . Interpret_optional_property_types_as_written_rather_than_adding_undefined ,
715
+ description : Diagnostics . Differentiate_between_undefined_and_not_present_when_type_checking ,
716
716
defaultValueDescription : "false" ,
717
717
} ,
718
718
{
@@ -737,7 +737,7 @@ namespace ts {
737
737
type : "boolean" ,
738
738
affectsSemanticDiagnostics : true ,
739
739
category : Diagnostics . Type_Checking ,
740
- description : Diagnostics . Include_undefined_in_index_signature_results ,
740
+ description : Diagnostics . Add_undefined_to_a_type_when_accessed_using_an_index ,
741
741
defaultValueDescription : "false" ,
742
742
} ,
743
743
{
@@ -1218,7 +1218,7 @@ namespace ts {
1218
1218
name : "plugin" ,
1219
1219
type : "object"
1220
1220
} ,
1221
- description : Diagnostics . List_of_language_service_plugins ,
1221
+ description : Diagnostics . Specify_a_list_of_language_service_plugins_to_include ,
1222
1222
category : Diagnostics . Editor_Support ,
1223
1223
1224
1224
} ,
0 commit comments