Skip to content

Commit 9ab6f41

Browse files
committed
Fix the issue that the "out" path is not relative to the path of tsconfig.json
1 parent f2044a9 commit 9ab6f41

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)