Skip to content

Commit

Permalink
build: enable angular strict template checking for IDE tsconfig (#23933)
Browse files Browse the repository at this point in the history
Enables Angular strict template type checking for the IDE tsconfig,
matching with the flag set within the Bazel compilations.

(cherry picked from commit 34d651f)
  • Loading branch information
devversion authored and mmalerba committed Nov 15, 2021
1 parent 0a09f4d commit 416b208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"@angular/components-examples/*": ["./src/components-examples/*"]
}
},
"angularCompilerOptions": {
"strictTemplates": true,
},
"include": [
"src/**/*.ts",
"e2e/**/*.ts",
Expand Down

0 comments on commit 416b208

Please sign in to comment.