mirror of https://github.com/actions/toolkit
11 lines
165 B
JSON
11 lines
165 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
]
|
||
|
}
|