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 00abefb commit 747a6fdCopy full SHA for 747a6fd
lib/tsc.js
@@ -53977,7 +53977,7 @@ var ts;
53977
var padding = makePadding(marginLength);
53978
output.push(getDiagnosticText(ts.Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.ts") + ts.sys.newLine);
53979
output.push(padding + "tsc --outFile file.js file.ts" + ts.sys.newLine);
53980
- output.push(padding + "tsc @args.txt" + ts.sys.newLine);
+ output.push(padding + "tsc --project tsconfig.json" + ts.sys.newLine);
53981
output.push(ts.sys.newLine);
53982
output.push(getDiagnosticText(ts.Diagnostics.Options_Colon) + ts.sys.newLine);
53983
var optsList = ts.filter(ts.optionDeclarations.slice(), function (v) { return !v.experimental; });
0 commit comments