Skip to content

Commit be82188

Browse files
committed
Bump ES version, required by newer @octokit/request-error
1 parent b1993d9 commit be82188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
/* Basic Options */
4-
"lib": ["ES2021"],
5-
"target": "ES2021",
4+
"lib": ["ES2022"],
5+
"target": "ES2022",
66
"module": "commonjs",
77
"outDir": "./build",
88
"rootDir": "./src",

0 commit comments

Comments
 (0)