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: https://github.com/angular/angular/commit/04f61c0c3ee9b3616b1719b4ae9c3eb097698218#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
View File
@@ -37,7 +37,6 @@
],
"angularCompilerOptions": {
"disableTypeScriptVersionCheck": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"strictTemplates": true
}