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