From ff57ef93680d589f911d9a0caa34373c78519e01 Mon Sep 17 00:00:00 2001 From: Luis Alaguna Date: Tue, 2 Feb 2021 18:57:57 +0300 Subject: [PATCH] [BNF-4] - Fixing a problem with dayjs. https://github.com/iamkun/dayjs/issues/475 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]