diff --git a/tsconfig.json b/tsconfig.json index 4cdd1a6d95..890a428d85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "sourceMap": true, "strict": false, "noImplicitAny": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noImplicitReturns": false, "experimentalDecorators": true, "emitDecoratorMetadata": true,