diff --git a/tsconfig.json b/tsconfig.json index e65e1a7..e5cbf65 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ ], "baseUrl": "../", "noImplicitAny": false, - "skipLibCheck": true + "skipLibCheck": true, + "esModuleInterop": false, + "allowSyntheticDefaultImports": true }, "include": [ "src/**/*.ts",