diff --git a/tsconfig.json b/tsconfig.json index a30127d..0f40c53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ /* Linting */ "strict": true, - // "noUnusedLocals": true, + "noUnusedLocals": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "noImplicitAny": true,