From b2f033f55b556259b62b0346fbea79f5000c2797 Mon Sep 17 00:00:00 2001 From: Johannes Zillmann Date: Fri, 5 Mar 2021 20:49:46 +0100 Subject: [PATCH] Ignore ImportNotUsedAsValues for now --- ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index d96b2d0..d3ece69 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -27,6 +27,6 @@ "resolveJsonModule": true, "useDefineForClassFields": true, "allowSyntheticDefaultImports": true, - "importsNotUsedAsValues": "error" + "importsNotUsedAsValues": "remove" } }