From 7c2d8301d0a24f8b1390135d17d5218729dbea2e Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 5 Dec 2024 18:29:08 -0500 Subject: [PATCH] Update target to 2023 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bb1d977..b75f90b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2021", + "target": "ES2023", "noImplicitAny": true, "noUnusedParameters": false, "allowSyntheticDefaultImports": true