diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 4822a86b527..a22db74c669 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -199,10 +199,8 @@ namespace ts { /* @internal */ export const defaultInitCompilerOptions: CompilerOptions = { module: ModuleKind.CommonJS, - target: ScriptTarget.ES3, + target: ScriptTarget.ES5, noImplicitAny: false, - outDir: "built", - rootDir: ".", sourceMap: false, };