From 25738277ca98f495f13411ab596b6654a8f3056f Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Tue, 24 Aug 2021 18:00:30 +0200 Subject: [PATCH] es6 Signed-off-by: Andrey Platov --- dev/prod/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/prod/tsconfig.json b/dev/prod/tsconfig.json index 3226b4124a..9193cd2b27 100644 --- a/dev/prod/tsconfig.json +++ b/dev/prod/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./dist/", "noImplicitAny": true, "module": "esnext", - "target": "esnext", + "target": "es6", "allowJs": true, "sourceMap": true, "moduleResolution": "node",