ci: turborepo typecheck

This commit is contained in:
Dax Raad 2025-09-17 03:33:54 -04:00
parent 40c206c2f9
commit 8acd537d1d
4 changed files with 25 additions and 2 deletions

6
turbo.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {}
}
}