infra: cleanup tsconfig and add typecheck to desktop

This commit is contained in:
Arjun Patel
2026-06-09 10:42:26 -07:00
parent f38835ceee
commit 10c2fbe65f
4 changed files with 7 additions and 5 deletions
+3
View File
@@ -59,6 +59,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Typecheck
run: yarn typecheck
- name: Run Code Linter
run: yarn lint