fix: pin plugin typecheck to tsc 5.9 (bunx default resolved ancient tsc)

This commit is contained in:
Raphael Westphal
2026-08-18 14:57:53 +02:00
parent ce23ae9ce4
commit 4949b40f1c
+1 -1
View File
@@ -30,7 +30,7 @@ verify: daemon
cd daemon && staticcheck ./... || true
cd daemon && go test ./... -count=1
cd web && bun run build
cd plugin && bunx tsc --noEmit -p tsconfig.json
cd plugin && bunx tsc@5.9 --noEmit -p tsconfig.json
test:
cd daemon && go test ./... -count=1