From de72de69f413a087355894b9584d481a2e11e58c Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sun, 14 Jun 2020 16:19:42 +0800 Subject: [PATCH] change target to es2017 --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fdb93c5..43d723a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,10 @@ "compilerOptions": { "module": "es2015", "moduleResolution": "node", + "target": "es2017", "lib": [ - "dom", - "es2015" + "dom" ], - "target": "es2015", "strict": true }, "include": [