Roo-Code/turbo.json
2025-05-21 21:01:20 -07:00

10 lines
161 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"lint": {},
"check-types": {},
"test": {},
"format": {},
"clean": { "cache": false }
}
}