From e6d7d0cd264f8e52a0702af080627958524e003b Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Sun, 12 May 2024 23:33:19 +0000 Subject: [PATCH] chore(tsconfig): bump lib from es2020 to es2022 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 56f6531..ca888ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, - "lib": ["ES2020"], + "lib": ["ES2022"], "module": "CommonJS", "moduleResolution": "node", "noEmit": true,