8000 Removed unnecessary option · nycdotnet/TypeScript@0b6e965 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b6e965

Browse files
committed
Removed unnecessary option
1 parent cf0b9f6 commit 0b6e965

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/harness/harness.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,7 @@ namespace Harness {
905905
{ name: "fileName", type: "string" },
906906
{ name: "libFiles", type: "string" },
907907
{ name: "noErrorTruncation", type: "boolean" },
908-
{ name: "suppressOutputPathCheck", type: "boolean" },
909-
{ name: "moduleResolution", type: "string"}
908+
{ name: "suppressOutputPathCheck", type: "boolean" }
910909
];
911910

912911
let optionsIndex: ts.Map<ts.CommandLineOption>;

0 commit comments

Comments
 (0)
0