@@ -197,7 +197,6 @@ namespace ts {
197
197
showInSimplifiedHelpView : false ,
198
198
category : Diagnostics . Output_Formatting ,
199
199
description : Diagnostics . Disable_wiping_the_console_in_watch_mode ,
200
- defaultValueDescription : "n/a"
201
200
} ,
202
201
{
203
202
name : "listFiles" ,
@@ -499,7 +498,6 @@ namespace ts {
499
498
category : Diagnostics . Emit ,
500
499
description : Diagnostics . Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output ,
501
500
transpileOptionValue : undefined ,
502
- defaultValueDescription : "n/a"
503
501
} ,
504
502
{
505
503
name : "outDir" ,
@@ -510,7 +508,6 @@ namespace ts {
510
508
showInSimplifiedHelpView : true ,
511
509
category : Diagnostics . Emit ,
512
510
description : Diagnostics . Specify_an_output_folder_for_all_emitted_files ,
513
- defaultValueDescription : "n/a"
514
511
} ,
515
512
{
516
513
name : "rootDir" ,
@@ -841,7 +838,6 @@ namespace ts {
841
838
type : "boolean" ,
842
839
category : Diagnostics . Interop_Constraints ,
843
840
description : Diagnostics . Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node ,
844
- defaultValueDescription : "n/a"
845
841
} ,
846
842
{
847
843
name : "allowUmdGlobalAccess" ,
@@ -945,7 +941,6 @@ namespace ts {
945
941
category : Diagnostics . Backwards_Compatibility ,
946
942
paramType : Diagnostics . FILE ,
947
943
transpileOptionValue : undefined ,
948
- defaultValueDescription : "n/a" ,
949
944
description : Diagnostics . Deprecated_setting_Use_outFile_instead ,
950
945
} ,
951
946
{
@@ -1087,7 +1082,6 @@ namespace ts {
1087
1082
affectsEmit : true ,
1088
1083
category : Diagnostics . Emit ,
1089
1084
description : Diagnostics . Disable_erasing_const_enum_declarations_in_generated_code ,
1090
- defaultValueDescription : "n/a"
1091
1085
} ,
1092
1086
{
1093
1087
name : "declarationDir" ,
@@ -1098,7 +1092,6 @@ namespace ts {
1098
1092
category : Diagnostics . Emit ,
1099
1093
transpileOptionValue : undefined ,
1100
1094
description : Diagnostics . Specify_the_output_directory_for_generated_declaration_files ,
1101
- defaultValueDescription : "n/a"
1102
1095
} ,
1103
1096
{
1104
1097
name : "skipLibCheck" ,
0 commit comments