diff --git a/tsconfig.json b/tsconfig.json index ff28c58..3e88e7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "ES2022", "lib": ["ES2021", "DOM"], "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "experimentalDecorators": true, "resolveJsonModule": true, "downlevelIteration": true,