From 8902c444d28e8aa8c745921d22b64d4d4cef786a Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 18 Feb 2020 17:01:04 +0100 Subject: [PATCH] Bump ts target to es2017 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index eea5453156..7817c12b7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "resolveJsonModule": true, "sourceMap": true, "strict": true, - "target": "es6", - "lib": ["es6"] + "target": "es2017", + "lib": ["es2017"] } }