diff --git a/ui/colony/tsconfig.app.json b/ui/colony/tsconfig.app.json index 33aefbb..9269b57 100644 --- a/ui/colony/tsconfig.app.json +++ b/ui/colony/tsconfig.app.json @@ -18,8 +18,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true,