From a324ea7ae93defddf45bf1308676e713ea50dcc8 Mon Sep 17 00:00:00 2001 From: metonym Date: Fri, 25 Oct 2024 15:51:28 -0700 Subject: [PATCH] build(tsconfig): use `verbatimModuleSyntax` --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b5c405e8..057f104a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "ignoreDeprecations": "5.0", - "importsNotUsedAsValues": "error", + "verbatimModuleSyntax": true, "isolatedModules": true, "target": "ESNext", "module": "ESNext",