build: remove `fullTemplateTypeCheck` from aio tsconfig (#36502)

`fullTemplateTypeCheck` is no longer required since we now use `strictTemplates` which is a superset of the former option.

Follow-up on: 04f61c0c3e (r38354112)

PR Close #36502
This commit is contained in:
Alan Agius 2020-04-08 13:36:07 +02:00 committed by Kara Erickson
parent e485236502
commit d47b318fee
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
],
"angularCompilerOptions": {
"disableTypeScriptVersionCheck": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"strictTemplates": true
}