From b25e42f69f6dbd3767b3939bb2b9ba678b3e720c Mon Sep 17 00:00:00 2001 From: Billy Janitsch Date: Tue, 3 Dec 2024 15:38:56 -0500 Subject: [PATCH] Downgrade target to ES2023 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 28bcf70..43ec1ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "strict": true, - "target": "ES2024", + "target": "ES2023", "tsBuildInfoFile": ".tsbuildinfo" } }