From 2957d4306d2d96565852033313b1fead7995acc0 Mon Sep 17 00:00:00 2001 From: cpojer Date: Sat, 31 Jan 2026 16:28:44 +0900 Subject: [PATCH] chore: Update `tsconfig.json` target, oops. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index db19b371ec3..83279d1252c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "rootDir": "src", "skipLibCheck": true, "strict": true, - "target": "ES2022" + "target": "es2023" }, "include": ["src/**/*"], "exclude": [