Files
winos-config/turbo.jsonc
2025-12-01 00:11:55 -05:00

13 lines
219 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"lint": {
"with": ["lint:biome", "typecheck"]
},
"typecheck": {},
"lint:biome": {},
"lint:biome:check": {}
}
}