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