From 14090172f4bc94d5c5dfa4b7ba658f4cd32f6d73 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Thu, 26 Jan 2023 13:21:07 -0800 Subject: [PATCH] add importsNotUsedAsValues:error to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f8787324d..e16edd060 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "newLine": "LF", "moduleResolution": "node", "strict": true, + "importsNotUsedAsValues": "error", "jsx": "preserve" }, "exclude": ["node_modules"]