Add rootDir option

This commit is contained in:
Mohamed Hegazy
2015-04-14 22:11:25 -07:00
parent e7895c59d4
commit 261adffe50
6 changed files with 81 additions and 30 deletions

View File

@@ -110,6 +110,13 @@ module ts {
type: "boolean",
description: Diagnostics.Do_not_emit_comments_to_output,
},
{
name: "rootDir",
type: "string",
isFilePath: true,
description: Diagnostics.Specifies_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir,
paramType: Diagnostics.LOCATION,
},
{
name: "separateCompilation",
type: "boolean",