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 668c3f8 commit 8d84245Copy full SHA for 8d84245
src/compiler/commandLineParser.ts
@@ -7,7 +7,6 @@
7
namespace ts {
8
/* @internal */
9
export const compileOnSaveCommandLineOption: CommandLineOption = { name: "compileOnSave", type: "boolean" };
10
-
11
12
export const optionDeclarations: CommandLineOption[] = [
13
{
0 commit comments