c9cdfe37db
- New @uncaged/workflow-role-planner (phaseSchema, createPlannerRole) - New @uncaged/workflow-role-coder (coderMetaSchema, createCoderRole) - solve-issue template imports from new packages, keeps dry-run defaults 小橘 <xiaoju@shazhou.work>
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../workflow" },
|
|
{ "path": "../workflow-role-coder" },
|
|
{ "path": "../workflow-role-committer" },
|
|
{ "path": "../workflow-role-planner" },
|
|
{ "path": "../workflow-role-reviewer" },
|
|
{ "path": "../workflow-util-role" }
|
|
]
|
|
}
|