From c8fab667fcbd03583948ee7d05a8e5aeea65f2f0 Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 30 Jul 2025 21:29:11 -0400 Subject: [PATCH] enable strict angular templates --- tsconfig.base.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 478fce4bfd8..f6e89174560 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -61,5 +61,8 @@ } ], "useDefineForClassFields": false + }, + "angularCompilerOptions": { + "strictTemplates": true } }