c15a5554c0
Remove hand-rolled execFile + promisify, delegate to spawnCli. Same throw-on-error interface, better error messages.
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true,
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../workflow" },
|
|
{ "path": "../workflow-util-agent" },
|
|
{ "path": "../workflow-util-role" }
|
|
]
|
|
}
|