From 71e533a2df01264ec118594761ba31c39c96a653 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 20 Jul 2024 20:23:49 +0530 Subject: [PATCH] cleanup --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index de08730..9aa2c51 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -19,7 +19,7 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, + // "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "baseUrl": ".",