File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ namespace ts {
212
212
shortName : "p" ,
213
213
type : "string" ,
214
214
isFilePath : true ,
215
- description : Diagnostics . Compile_the_project_in_the_given_directory_using_tsconfig_json_or_the_specified_config_file ,
216
- paramType : Diagnostics . DIRECTORY_OR_FILE
215
+ description : Diagnostics . Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json ,
216
+ paramType : Diagnostics . FILE_OR_DIRECTORY
217
217
} ,
218
218
{
219
219
name : "removeComments" ,
Original file line number Diff line number Diff line change 2513
2513
"category" : " Message" ,
2514
2514
"code" : 6019
2515
2515
},
2516
- "Compile the project in the given directory, using 'tsconfig.json' or the specified config file. " : {
2516
+ "Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json' " : {
2517
2517
"category" : " Message" ,
2518
2518
"code" : 6020
2519
2519
},
2573
2573
"category" : " Message" ,
2574
2574
"code" : 6039
2575
2575
},
2576
- "DIRECTORY_OR_FILE " : {
2576
+ "FILE OR DIRECTORY " : {
2577
2577
"category" : " Message" ,
2578
2578
"code" : 6040
2579
2579
},
You can’t perform that action at this time.
0 commit comments