mirror of https://github.com/actions/toolkit
17 lines
275 B
JSON
17 lines
275 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"lib": [
|
||
|
"es6",
|
||
|
"dom"
|
||
|
],
|
||
|
"useUnknownInCatchVariables": false,
|
||
|
"sourceMap": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
]
|
||
|
}
|