diff --git a/tsconfig.json b/tsconfig.json index 5628cfb..d23a31d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "jsx": "react", "moduleResolution": "node", "noImplicitThis": true, - "noImplicitAny": true + "noImplicitAny": true, + "noUnusedLocals": true }, "exclude": ["build", "dist", "node_modules", "pem", "resources", "scripts", "webpack", "**/__tests__/*"], "types": ["typePatches"]