Skip to content

Commit b8e5a89

Browse files
committed
Merge pull request #5527 from Microsoft/updateDefaults
Update default configurations for --init
2 parents 35fcd24 + ec71654 commit b8e5a89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)