From d849fcd00ca13466d5a15684a8c61909c2b4dc02 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:16:56 +1100 Subject: [PATCH] [Dev] Make it easier to toggle strict mode (#610) nit: Allows uncomment instead of typing true every time. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 228ab3b58..edc32b0d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "emitDecoratorMetadata": true, /* Linting */ - "strict": false, + // "strict": true, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true,