From ce68c9e03a884cc11cddc2f30f09f8a0e467c62c Mon Sep 17 00:00:00 2001 From: Alex <atm2g19@soton.ac.uk> Date: Thu, 2 Apr 2020 13:56:15 +0100 Subject: [PATCH] changed target to ES2020 from ES3 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b7cdb5a..e74bbca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "module": "CommonJS", + "target": "ES2020", "sourceMap": true, "removeComments": false, "outDir": "dst/", -- GitLab