diff --git a/tsconfig.json b/tsconfig.json index a322358..0de9b90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "moduleResolution": "node", "noEmit": true, "noImplicitAny": false, - "noUnusedLocals": false, + "noUnusedLocals": true, "jsx": "preserve", "lib": [ "es2020",