From 767a833a12a8268b9f1b780f338da6f28cefa5cd Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sun, 23 Aug 2020 02:18:12 +0300 Subject: [PATCH] fix: set target version to ES2020 Now we're done, for reals. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3120d938..f7690d2e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "declarationMap": true, "noUnusedLocals": true, "removeComments": false, - "target": "ES2019", + "target": "ES2020", "importsNotUsedAsValues": "error" }, "exclude": [