Skip to content

Commit 933bc24

Browse files
authored
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.
1 parent 69e6600 commit 933bc24

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)