Skip to content

Commit

Permalink
Add strictTemplates to angularCompilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Aug 30, 2024
1 parent 1d897a0 commit f0acf10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/phoenix-event-display/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"esModuleInterop": true,
"verbatimModuleSyntax": true
},
"angularCompilerOptions": {
"strictTemplates": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit f0acf10

Please sign in to comment.