mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-21 13:14:43 -06:00
Remove properties from tsconfig.json that defaults to false
This commit is contained in:
parent
9fc4f6e1b9
commit
1c0ca7ce1d
@ -641,9 +641,7 @@ namespace ts {
|
||||
/* @internal */
|
||||
export const defaultInitCompilerOptions: CompilerOptions = {
|
||||
module: ModuleKind.CommonJS,
|
||||
target: ScriptTarget.ES5,
|
||||
noImplicitAny: false,
|
||||
sourceMap: false,
|
||||
target: ScriptTarget.ES5
|
||||
};
|
||||
|
||||
let optionNameMapCache: OptionNameMap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user