Skip to content

Commit ab8ab51

Browse files
committed
wip
1 parent de8628c commit ab8ab51

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"tmp": "^0.2.5",
4242
"which": "^5.0.0"
4343
},
44+
"resolutions": {
45+
"@actions/core": "^1.11.1"
46+
},
4447
"devDependencies": {
4548
"@typescript-eslint/eslint-plugin": "^8.42.0",
4649
"@typescript-eslint/parser": "^8.32.1",

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2021", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
4-
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
3+
"target": "es2022", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
4+
"moduleResolution": "node16",
5+
"module": "node16", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
56
"outDir": "./lib", /* Redirect output structure to the directory. */
67
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
78
"strict": true, /* Enable all strict type-checking options. */

0 commit comments

Comments
 (0)