Skip to content

Commit 555668c

Browse files
alan-agius4mgechev
authored andcommitted
feat(@schematics/angular): add fullTemplateTypeCheck and strictInjectionParameters to workspace tsconfig.json
Closes #14794
1 parent 780ef79 commit 555668c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

+4
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"es2018",
1919
"dom"
2020
]
21+
},
22+
"angularCompilerOptions": {
23+
"fullTemplateTypeCheck": true,
24+
"strictInjectionParameters": true
2125
}
2226
}

0 commit comments

Comments
 (0)