diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 27b2d9f508..f050c4a5d1 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;