diff --git a/packages/schematics/angular/application/files/tsconfig.json b/packages/schematics/angular/application/files/tsconfig.json index a6c016bf38..810e571c60 100644 --- a/packages/schematics/angular/application/files/tsconfig.json +++ b/packages/schematics/angular/application/files/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "./dist/out-tsc", "sourceMap": true, + "strict": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true,