Files
united-workforce/packages/cli-workflow/tsconfig.json
T

10 lines
224 B
JSON

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