From fd0d40cc2b42633be1ab668ddd9227eb1d4264c5 Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Sat, 28 Oct 2017 15:31:39 -0700 Subject: [PATCH] Undo unnecessary change --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 27b2d9f5087..f050c4a5d16 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -1273,7 +1273,7 @@ namespace ts { return result; } - function getDefaultValueForOption(option: CommandLineOption): {} { + function getDefaultValueForOption(option: CommandLineOption) { switch (option.type) { case "number": return 1;