915584ff11
First shared role package. Extracts workspace committer into a reusable package with decorator chain (withDryRun + onFail). Also fixes workflow-utils test types (StartStep shape, TestMeta constraint).
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"composite": false
|
|
},
|
|
"include": ["src"]
|
|
}
|