# Typecheck tooling fix ## Done - installed Bun `1.3.13` - linked `bun` and `bunx` into `/home/sebas/.local/bin/` - added local validation manifest in `pi-config`: - `package.json` - `tsconfig.json` - installed typecheck dependencies with Bun - ran `bun run typecheck` - fixed resulting TypeScript issues until clean ## Validation - `which bun` -> `/home/sebas/.local/bin/bun` - `bun --version` -> `1.3.13` - `cd /home/sebas/pi-config && bun run typecheck` -> clean ## Notes - validation package is for local repo typechecking of Pi extensions - versions used for Pi packages are `0.73.1`, the latest published npm versions available from this machine - some TS fixes touched pre-existing extension code paths so the repo now typechecks under this local validation setup