From 8cb44854592332ecd8b002bfa4ce6dc4e9fc9b34 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:25:56 -0400 Subject: [PATCH] Disable strict mode --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6de45daab..7c73290f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,7 @@ "resolveJsonModule": true, "strictNullChecks": true, "useDefineForClassFields": false, - "strictPropertyInitialization": false, - "strict": true + "strictPropertyInitialization": false }, "include": [ "src/**/*",