File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-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 ,
216
- paramType : Diagnostics . DIRECTORY
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" ,
@@ -517,7 +517,7 @@ namespace ts {
517
517
include : typeAcquisition . include || [ ] ,
518
518
exclude : typeAcquisition . exclude || [ ]
519
519
} ;
520
- return result ;
520
+ return result ;
521
521
}
522
522
return typeAcquisition ;
523
523
}
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. " : {
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
+ "FILE OR DIRECTORY" : {
2577
+ "category" : " Message" ,
2578
+ "code" : 6040
2579
+ },
2576
2580
"Compilation complete. Watching for file changes." : {
2577
2581
"category" : " Message" ,
2578
2582
"code" : 6042
You can’t perform that action at this time.
0 commit comments