From 36722e7f1ad8ddd055ebb2fd599f8fc6f8021bac Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 19:30:39 +0100 Subject: [PATCH] es6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6a90154..8cc2a7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "target": "ES2020", + "target": "ES6", "declaration": true, "esModuleInterop": true, "lib": ["es6", "esnext"],