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