diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 0bd7d8a4a..00cd71085 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -17,8 +17,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, /* Path alias */