From 5b3fcc1eaff1915eaf86035ed10ceb9b8ba301d2 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Tue, 1 Jul 2025 15:56:33 +0200 Subject: [PATCH] Ignore unused erros (only for dev) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 06d018fa..756a9eac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,7 @@ "alwaysStrict": true, "noPropertyAccessFromIndexSignature": true, /* Additional Checks */ - "noUnusedLocals": true, + "noUnusedLocals": false, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, "useUnknownInCatchVariables": true,