From 8027271f582905bb0a54a9ae99bab9f8ab4fb90c Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 10 Jan 2026 04:41:19 -0300 Subject: [PATCH] fix: disable verbatimModuleSyntax --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cdcb938..1112b49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,7 @@ // Recommended Options "strict": true, "jsx": "react-jsx", - "verbatimModuleSyntax": true, + // "verbatimModuleSyntax": true, "isolatedModules": true, "noUncheckedSideEffectImports": true, "moduleDetection": "force",