Files
opencode/turbo.json
2025-09-27 03:04:42 -04:00

14 lines
223 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^test"]
}
}
}