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,