From 7613ef85817a60587fae7b70d26b4831d166e755 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Fri, 20 Aug 2021 17:53:06 +0700 Subject: [PATCH] config: enable noUnusedLocals in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 72608f830..6a08e59f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, + "noUnusedLocals": true, "paths": { "@lib/*": ["lib/*"], "@utils/*": ["utils/*"],