diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 0e7c0a779167..f999763b7602 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -31,6 +31,7 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "strictInputAccessModifiers": true, - "strictTemplates": true + "strictTemplates": true, + "typeCheckHostBindings": true } }