chore(deps): upgrade TypeScript to 7 (#812)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-07-12 21:26:48 -04:00
committed by GitHub
parent cc8268d46a
commit 15f193d7d8
3 changed files with 371 additions and 8 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
- name: Install
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build
- name: Check dist freshness