From 4695f09068fc88c0aa548219009be353029388a8 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Sun, 6 Apr 2025 16:24:43 -0400 Subject: [PATCH] alwaysStrict --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7fe88ae8e..ba245675d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ // Type Checking "allowSyntheticDefaultImports": true, "allowUnusedLabels": false, + "alwaysStrict": true, "esModuleInterop": true, "experimentalDecorators": true, "resolveJsonModule": true,