From e237927934fb80e90fde22de6e16e54f473fac9c Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Mon, 30 May 2022 21:59:38 +0900 Subject: [PATCH] chore(tsconfig): update `es2017` to `es2020` (#285) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 511bf5cb..1b92b21b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2020", "module": "commonjs", "declaration": true, "moduleResolution": "Node",