mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
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:
@@ -110,6 +110,7 @@ namespace ts {
|
||||
{
|
||||
name: "out",
|
||||
type: "string",
|
||||
isFilePath: true,
|
||||
description: Diagnostics.Concatenate_and_emit_output_to_single_file,
|
||||
paramType: Diagnostics.FILE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user