diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 85d70e937..dc3626a87 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -8,7 +8,9 @@ "experimentalDecorators": true, "skipLibCheck": true, "types": ["vite/client"], - "useDefineForClassFields": false + "useDefineForClassFields": false, + "noUnusedLocals": true, + "noUnusedParameters": true }, "include": ["src"] }