fix: disable verbatimModuleSyntax

This commit is contained in:
2026-01-10 04:41:19 -03:00
parent 7337954f6a
commit 8027271f58
+1 -1
View File
@@ -30,7 +30,7 @@
// Recommended Options
"strict": true,
"jsx": "react-jsx",
"verbatimModuleSyntax": true,
// "verbatimModuleSyntax": true,
"isolatedModules": true,
"noUncheckedSideEffectImports": true,
"moduleDetection": "force",