Skip to content

Commit 0a7277d

Browse files
committed
build: enable type checking of host bindings in docs (#31467)
The docs are on a separate tsconfig so they didn't have the config that enables type checking of their host bindings. (cherry picked from commit 933bc24)
1 parent 45cc056 commit 0a7277d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"fullTemplateTypeCheck": true,
3232
"strictInjectionParameters": true,
3333
"strictInputAccessModifiers": true,
34-
"strictTemplates": true
34+
"strictTemplates": true,
35+
"typeCheckHostBindings": true
3536
}
3637
}

0 commit comments

Comments
 (0)