From be82188a2acd9cf265bac1b2ea3e7d0609557b9e Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 27 Jan 2026 13:09:39 +0000 Subject: [PATCH] Bump ES version, required by newer `@octokit/request-error` --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d787090bc..dd944b9fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { /* Basic Options */ - "lib": ["ES2021"], - "target": "ES2021", + "lib": ["ES2022"], + "target": "ES2022", "module": "commonjs", "outDir": "./build", "rootDir": "./src",