ci: turborepo typecheck

This commit is contained in:
Dax Raad
2025-09-17 03:33:54 -04:00
parent bb61ae82cb
commit d9a54f52c3
4 changed files with 25 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {}
}
}