diff --git a/tsconfig.json b/tsconfig.json index 9b4dcca57..4c57e7509 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "verbatimModuleSyntax": true, "target": "es2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true,