diff --git a/tsconfig.json b/tsconfig.json index 6456490..48efe0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "declaration": true, "outDir": "./dist/", "target": "es2017", - "sourceMap": true + "sourceMap": true, + "esModuleInterop": true }, "include": [ "credentials/**/*", @@ -30,4 +31,4 @@ "exclude": [ "**/*.spec.ts" ] -} \ No newline at end of file +}