diff --git a/tsconfig.json b/tsconfig.json index a2ca18f..c5c8aab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, + "esModuleInterop": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", @@ -15,7 +16,7 @@ "include": [ "src/**/*" ], - "exclude": [ + "exclude": [ "node_modules", "**/*.spec.ts" ]