mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06: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:
commit
25ecada731
@ -110,6 +110,7 @@ namespace ts {
|
||||
{
|
||||
name: "out",
|
||||
type: "string",
|
||||
isFilePath: true,
|
||||
description: Diagnostics.Concatenate_and_emit_output_to_single_file,
|
||||
paramType: Diagnostics.FILE,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user