r-util-js/turbo.json

27 lines
421 B
JSON
Raw Normal View History

2026-05-28 11:30:35 +08:00
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"watch": {
"cache": false,
"persistent": true
},
"lint": {
"outputs": []
},
"format": {
"outputs": []
},
"typecheck": {
"outputs": []
},
"test": {
"dependsOn": ["^build"],
"outputs": []
}
}
}