Bump ES version, required by newer @octokit/request-error

This commit is contained in:
Michael B. Gale
2026-01-27 13:09:39 +00:00
parent b1993d9139
commit be82188a2a

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
/* Basic Options */
"lib": ["ES2021"],
"target": "ES2021",
"lib": ["ES2022"],
"target": "ES2022",
"module": "commonjs",
"outDir": "./build",
"rootDir": "./src",