Switch from TypeScript to TypeScript Go. Use pnpm tsgo for Typechecks.

This commit is contained in:
cpojer
2026-01-31 15:30:44 +09:00
parent 72ea3eedc9
commit 762652279b
7 changed files with 7 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ jobs:
command: pnpm canvas:a2ui:bundle && bunx vitest run
- runtime: bun
task: build
command: bunx tsc -p tsconfig.json
command: bunx tsdown
steps:
- name: Checkout
uses: actions/checkout@v4