From aa407b237c7bddb61c0d1c28d517d97dc1df7316 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Wed, 26 Jun 2024 12:48:33 +0900 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 39ead25..f0be880 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2015", + "target": "es2020", "module": "node16", "lib": ["es2020"], "allowJs": true,