diff --git a/web_app/tsconfig.json b/web_app/tsconfig.json index d024fe0..c8b1ac9 100644 --- a/web_app/tsconfig.json +++ b/web_app/tsconfig.json @@ -16,8 +16,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "baseUrl": ".",