We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c64447 commit ec71654Copy full SHA for ec71654
1 file changed
src/compiler/program.ts
@@ -199,10 +199,8 @@ namespace ts {
199
/* @internal */
200
export const defaultInitCompilerOptions: CompilerOptions = {
201
module: ModuleKind.CommonJS,
202
- target: ScriptTarget.ES3,
+ target: ScriptTarget.ES5,
203
noImplicitAny: false,
204
- outDir: "built",
205
- rootDir: ".",
206
sourceMap: false,
207
};
208
0 commit comments