diff --git a/tsconfig.json b/tsconfig.json index ddd02df..3cec765 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["es2018"], "target": "es2018", "module": "commonjs", - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "noFallthroughCasesInSwitch": true, "strict": true, "noUnusedLocals": true,