Files
winos-config/turbo.jsonc
EthanShoeDev ac51644bda wip monorepo
2025-12-22 15:37:29 -05:00

17 lines
307 B
JSON

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