diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 6115b2c71..c17fe31bb 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -16,8 +16,7 @@ "noEmit": true, "jsx": "react-jsx", "noFallthroughCasesInSwitch": true, - "noUnusedLocals": true, - "importsNotUsedAsValues": "error" + "noUnusedLocals": true }, "include": ["src"] }