revert: Switch back to tsc for compiling.

This commit is contained in:
cpojer 2026-01-31 18:31:49 +09:00
parent e25fedf932
commit 76361ae3ab
No known key found for this signature in database
GPG key ID: C29F94A3201118AF
36 changed files with 527 additions and 843 deletions

View file

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