mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |