diff --git a/packages/schematics/angular/application/files/tsconfig.json b/packages/schematics/angular/application/files/tsconfig.json index a6c016bf38..24020fd236 100644 --- a/packages/schematics/angular/application/files/tsconfig.json +++ b/packages/schematics/angular/application/files/tsconfig.json @@ -14,6 +14,10 @@ "lib": [ "es2017", "dom" - ] + ], + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true } }