From 4d6779ee1e7ee52a40e0791c120c8a5737dce88d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 16 May 2019 10:11:20 -0300 Subject: [PATCH] fix(core.gbapp): Publishing in Azure. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f2d73dee..216a2cc0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "allowJs": false, + "downlevelIteration": "true", "baseUrl": "./", "declaration": false, "emitDecoratorMetadata": true,