From aa4db68c0f0b4c2552c4a898933669a3bec52300 Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Sat, 25 Jul 2020 18:20:30 +0530 Subject: [PATCH] es2018 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index af8c916..7b03fce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2020", + "target": "es2018", "module": "commonjs", "allowJs": true, "checkJs": false,