From f8fab388b0de9ffb6a10ca90adf6a273316cedcf Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 16 May 2019 10:27:26 -0300 Subject: [PATCH] fix(core.gbapp): Azure Deployment. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 216a2cc0..ea0468f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowJs": false, - "downlevelIteration": "true", + "downlevelIteration": true, "baseUrl": "./", "declaration": false, "emitDecoratorMetadata": true,