From f23ff743cee134dc8858b474fe65a6a65ec38e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 27 Mar 2023 10:56:59 +0100 Subject: [PATCH] fix(ui): remove deprecated option --- ui/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] }