From 95bdea3e3d6eefc58433f6c3b2ae81c0d6030825 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Fri, 16 Aug 2024 11:05:28 -0600
Subject: [PATCH] add strict mode

---
 tsconfig.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tsconfig.json b/tsconfig.json
index 0f57991ce..5e8b5cf4d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,5 +22,8 @@
       "nshmp-apps": ["dist/nshmp-apps/nshmp-apps", "dist/nshmp-apps"]
     }
   },
+  "angularCompilerOptions": {
+    "strictTemplates": true
+  },
   "exclude": ["node_modules", "tmp", "dist"]
 }
-- 
GitLab