mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 09:42:16 +00:00
Bump ES version, required by newer @octokit/request-error
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"lib": ["ES2021"],
|
||||
"target": "ES2021",
|
||||
"lib": ["ES2022"],
|
||||
"target": "ES2022",
|
||||
"module": "commonjs",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
|
||||
Reference in New Issue
Block a user