Files
workflow/packages/cli-workflow/tsconfig.json
T
2026-05-25 11:26:01 +00:00

10 lines
224 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"],
"references": [{ "path": "../workflow-protocol" }, { "path": "../workflow-util-agent" }]
}