From 46cba6ed2ce03bad180d07c6fa3c056227298ee5 Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Fri, 30 Aug 2019 16:19:54 +0530 Subject: [PATCH] mutiple build files fixed --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3a125dc..ba588d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "es2015", + "target": "es5", "typeRoots": [ "node_modules/@types" ],