diff --git a/tsconfig.app.json b/tsconfig.app.json index f389cc2..d8bc607 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -18,8 +18,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true },