Alexander Balashov —
Hey all, I’ve been poking at upgrading the repo from TypeScript 5.9 to 6.0, and it looks like a pretty smooth change. I only ran into two things: • a `tsconfig` deprecation warning, already addressed in this PR • a small TS bug that the stricter compiler checks caught, already fixed in my TS 6 PR So it feels like we're in a good spot to move to 6.0 without much churn. It also seems like a good prep step for eventually switching to the faster TypeScript 7 toolchain. TypeScript 6 PR is here github.com/archestra-ai/archestra/pull/4035
