From 43f341f9a41403a6e7d2280227c9a4bbf0d5f9a8 Mon Sep 17 00:00:00 2001 From: IronKinoko Date: Sat, 27 Jul 2024 13:41:43 +0800 Subject: [PATCH] chore: update target to es2018 in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 94e041a..9c27a56 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2018", "lib": ["DOM", "DOM.Iterable", "ESNext"], "module": "ESNext", "moduleResolution": "Node",