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",