From d87c171a59a1293aa223d98fc19d4e5a694516c3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 12 Jan 2023 00:30:17 +0530 Subject: fix: minor fixes --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 7c7eece..d8496d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "strictPropertyInitialization": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, - "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, -- cgit v1.3.1