We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b9f6 commit 0b6e965Copy full SHA for 0b6e965
src/harness/harness.ts
@@ -905,8 +905,7 @@ namespace Harness {
905
{ name: "fileName", type: "string" },
906
{ name: "libFiles", type: "string" },
907
{ name: "noErrorTruncation", type: "boolean" },
908
- { name: "suppressOutputPathCheck", type: "boolean" },
909
- { name: "moduleResolution", type: "string"}
+ { name: "suppressOutputPathCheck", type: "boolean" }
910
];
911
912
let optionsIndex: ts.Map<ts.CommandLineOption>;
0 commit comments