diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 1a388c9e96a..adbb879d5ec 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -641,9 +641,7 @@ namespace ts { /* @internal */ export const defaultInitCompilerOptions: CompilerOptions = { module: ModuleKind.CommonJS, - target: ScriptTarget.ES5, - noImplicitAny: false, - sourceMap: false, + target: ScriptTarget.ES5 }; let optionNameMapCache: OptionNameMap;