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/*"],