Skip to content

Commit ec71654

Browse files
committed
Update default configurations
1 parent 2c64447 commit ec71654

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/compiler/program.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ namespace ts {
199199
/* @internal */
200200
export const defaultInitCompilerOptions: CompilerOptions = {
201201
module: ModuleKind.CommonJS,
202-
target: ScriptTarget.ES3,
202+
target: ScriptTarget.ES5,
203203
noImplicitAny: false,
204-
outDir: "built",
205-
rootDir: ".",
206204
sourceMap: false,
207205
};
208206

0 commit comments

Comments
 (0)