- {(editingProvider.models || []).map((model, modelIndex) => (
+ {(editingProvider.models || []).map((model: string, modelIndex: number) => (
{model}
{/* Add new transformer */}
diff --git a/ui/tsconfig.json b/ui/tsconfig.json
index a5b54bf..a9c7fa8 100644
--- a/ui/tsconfig.json
+++ b/ui/tsconfig.json
@@ -12,8 +12,8 @@
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {