From 1ca558cf20219c11bbe3795c96b81745cd45b373 Mon Sep 17 00:00:00 2001 From: rizzzse Date: Fri, 17 Sep 2021 15:56:12 +0900 Subject: [PATCH] chore: change target to ES2020 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d8f42e3..69e875c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "moduleResolution": "node", "esModuleInterop": true, "module": "ES2015", - "target": "ES2018", + "target": "ES2020", "strict": true, "importsNotUsedAsValues": "error", "declaration": true,