zerobyte/turbo.json
2026-03-11 21:27:27 +01:00

18 lines
252 B
JSON

{
"$schema": "https://turborepo.dev/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**"]
},
"tsc": {
"dependsOn": ["^tsc"]
},
"test": {
"dependsOn": ["^test"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}