Files
winos-config/turbo.jsonc
EthanShoeDev 3f18e881fa dynamic config
2025-12-22 16:52:35 -05:00

21 lines
389 B
JSON

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