fix: disable verbatimModuleSyntax
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
// Recommended Options
|
||||
"strict": true,
|
||||
"jsx": "react-jsx",
|
||||
"verbatimModuleSyntax": true,
|
||||
// "verbatimModuleSyntax": true,
|
||||
"isolatedModules": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"moduleDetection": "force",
|
||||
|
||||
Reference in New Issue
Block a user