Merge pull request #3580 from zhengbli/master

Fix the issue that the "out" path is not relative to the path of tsconfig.json
This commit is contained in:
Zhengbo Li 2015-06-19 23:40:59 -07:00
commit 25ecada731

View File

@ -110,6 +110,7 @@ namespace ts {
{
name: "out",
type: "string",
isFilePath: true,
description: Diagnostics.Concatenate_and_emit_output_to_single_file,
paramType: Diagnostics.FILE,
},