9d912b1840
* `@actions/tool-cache`: convert to an ESM module * Fix jest config * Downgrade `nock` since it's conflicting with `@actions/attest`'s version
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |