From bd8623cbf90e8ae59fcc31c599968a5f43b34ea1 Mon Sep 17 00:00:00 2001 From: Lukas Hass Date: Tue, 1 Feb 2022 00:36:05 +0100 Subject: [PATCH] allow mixed value and type imports --- front/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/tsconfig.json b/front/tsconfig.json index d4167a30..54ca746b 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -15,7 +15,7 @@ "allowJs": true, "esModuleInterop": true, - "importsNotUsedAsValues": "error", + "importsNotUsedAsValues": "remove", "strict": true, /* Enable all strict type-checking options. */ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */