From 9a29a1e1c83bb06f96752c0a93ef547ca4df2f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sat, 29 Jun 2024 07:56:04 +0800 Subject: [PATCH] feat: support es2023 api --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 028ae18..65f8fc9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "esnext", - "lib": ["es2022"], + "lib": ["es2023"], "moduleDetection": "force", "module": "preserve", "moduleResolution": "bundler",