Skip to content

Commit 34d651f

Browse files
authored
build: enable angular strict template checking for IDE tsconfig (#23933)
Enables Angular strict template type checking for the IDE tsconfig, matching with the flag set within the Bazel compilations.
1 parent c63f552 commit 34d651f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"@angular/components-examples/*": ["./src/components-examples/*"]
3838
}
3939
},
40+
"angularCompilerOptions": {
41+
"strictTemplates": true,
42+
},
4043
"include": [
4144
"src/**/*.ts",
4245
"e2e/**/*.ts",

0 commit comments

Comments
 (0)