mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Merge pull request #5527 from Microsoft/updateDefaults
Update default configurations for --init
This commit is contained in:
commit
b8e5a89667
@ -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,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user