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