Skip to content

Commit d47b318

Browse files
alan-agius4kara
authored andcommitted
build: remove fullTemplateTypeCheck from aio tsconfig (angular#36502)
`fullTemplateTypeCheck` is no longer required since we now use `strictTemplates` which is a superset of the former option. Follow-up on: angular@04f61c0#r38354112 PR Close angular#36502
1 parent e485236 commit d47b318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aio/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
],
3838
"angularCompilerOptions": {
3939
"disableTypeScriptVersionCheck": true,
40-
"fullTemplateTypeCheck": true,
4140
"strictInjectionParameters": true,
4241
"strictTemplates": true
4342
}

0 commit comments

Comments
 (0)