From 842efb51c61d357c14e5c629a9b9500be207ab5e Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 26 May 2020 09:39:02 +0200 Subject: [PATCH] Target ES2020 for typescript transpiling --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 71542a4..d6bdd4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "CommonJS", "esModuleInterop": true, - "target": "ES6", + "target": "ES2020", "strict": true, "lib": [ "es2020",