Loading
pi-coding-agent: switch to npx tsgo to avoid version mismatch
Recent typescript-go updates introduce stricter regex validation that triggers TS1501 on older ES targets. This change switches to npx tsgo to maintain compatibility with the package's existing tsconfig. Refs: - https://github.com/badlogic/pi-mono/blob/v0.62.0/package.json#L38 - https://github.com/badlogic/pi-mono/blob/v0.62.0/packages/tui/src/utils.ts#L32-L34 - https://github.com/microsoft/typescript-go/commit/880a9e9cb99d60f689a860af36f4274b78ac535e