Skip to content

Commit 25ecada

Browse files
committed
Merge pull request microsoft#3580 from zhengbli/master
Fix the issue that the "out" path is not relative to the path of tsconfig.json
2 parents f2044a9 + 9ab6f41 commit 25ecada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ namespace ts {
110110
{
111111
name: "out",
112112
type: "string",
113+
isFilePath: true,
113114
description: Diagnostics.Concatenate_and_emit_output_to_single_file,
114115
paramType: Diagnostics.FILE,
115116
},

0 commit comments

Comments
 (0)