15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../workflow-protocol" },
|
|
{ "path": "../workflow-reactor" },
|
|
{ "path": "../workflow-util-agent" }
|
|
]
|
|
}
|