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