From eaa2e1a50206a707d3da0b990b704791d3de2e12 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Wed, 1 Jul 2020 16:35:29 +0530 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6366d5f..db1158f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es5", "module": "commonjs", "allowJs": true, "checkJs": false, @@ -13,4 +13,4 @@ }, "include": ["*.ts"], "exclude": ["node_modules", "*/Tests.ts"] -} \ No newline at end of file +}