dsc gen ts types

This commit is contained in:
EthanShoeDev
2025-12-01 00:11:55 -05:00
parent 01a35296a9
commit ff4e7c1676
23 changed files with 2026 additions and 31 deletions

12
turbo.jsonc Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"lint": {
"with": ["lint:biome", "typecheck"]
},
"typecheck": {},
"lint:biome": {},
"lint:biome:check": {}
}
}