courtmitra / turbo.json
hetanshwaghela's picture
Day 1–2: monorepo scaffold + ingestion→intake→evidence loop
170b9b6
Raw
History Blame Contribute Delete
360 Bytes
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["tsconfig.base.json", "infra/.env.example"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"typecheck": {},
"lint": {},
"test": {},
"dev": {
"cache": false,
"persistent": true
}
}
}