infra: cleanup tsconfig and add typecheck (#253)

This commit was merged in pull request #253.
This commit is contained in:
Arjun Patel
2026-06-09 10:47:48 -07:00
committed by GitHub
parent 92894c4af8
commit 946d141897
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