diff --git a/tsconfig.json b/tsconfig.json index 424f552007c..cb00b4c43b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, + // "noUnusedLocals": true, // Disabled because of React being imported everywhere "noUnusedParameters": true, "noFallthroughCasesInSwitch": true,