Removed unnecessary option

This commit is contained in:
Bill Ticehurst
2016-02-12 17:20:32 -08:00
parent cf0b9f6ee2
commit 0b6e965fb0

View File

@@ -905,8 +905,7 @@ namespace Harness {
{ name: "fileName", type: "string" },
{ name: "libFiles", type: "string" },
{ name: "noErrorTruncation", type: "boolean" },
{ name: "suppressOutputPathCheck", type: "boolean" },
{ name: "moduleResolution", type: "string"}
{ name: "suppressOutputPathCheck", type: "boolean" }
];
let optionsIndex: ts.Map<ts.CommandLineOption>;