diff --git a/tsconfig.json b/tsconfig.json index e20210c08..4395415ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,8 +26,8 @@ "strict": true, // Enable all strict type-checking options. "skipLibCheck": true, // Additional Checks - "noUnusedLocals": true, // Report errors on unused locals. - "noUnusedParameters": true, // Report errors on unused parameters. + "noUnusedLocals": false, // Report errors on unused locals. Loki - Enable this after refactor + "noUnusedParameters": false, // Report errors on unused parameters. Loki - Enable this after refactor "noImplicitReturns": true, // Report error when not all code paths in function return a value. "noFallthroughCasesInSwitch": true, // Report errors for fallthrough cases in switch statement.