mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 04:46:25 -05:00
Change 'tsc --init' to default to 'strict: true'
This commit is contained in:
@@ -525,7 +525,7 @@ namespace ts {
|
||||
export const defaultInitCompilerOptions: CompilerOptions = {
|
||||
module: ModuleKind.CommonJS,
|
||||
target: ScriptTarget.ES5,
|
||||
strict: false,
|
||||
strict: true,
|
||||
sourceMap: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user