From ec29555544de4680b052f38ba5d404e68053d228 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 27 Oct 2020 17:39:07 +0100 Subject: [PATCH] fix: typo --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6fa843587..f1830d0f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es5", + "target": "es2015", "module": "es2020", "lib": ["es2018", "dom"] } -- GitLab