Files
dt-design-system/turbo.json
2026-03-03 17:59:56 -08:00

17 lines
265 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"clean": {
"cache": false
},
"typecheck": {
"dependsOn": ["^build"]
},
"lint": {}
}
}