diff --git a/tsconfig.json b/tsconfig.json index c17ef172e..e1fdca086 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "ESNext", "lib": ["ES2022", "DOM", "DOM.Iterable"], "skipLibCheck": true, + "allowSyntheticDefaultImports": true, /* Bundler mode */ "moduleResolution": "bundler",