{
  "$schema": "https://turbo.build/schema.json",
  "tasks": {
    "build":      { "dependsOn": ["^build"], "outputs": [] },
    "dev":        { "cache": false, "persistent": true },
    "typecheck":  { "dependsOn": ["^build"] },
    "lint":       {},
    "test":       { "dependsOn": ["^build"] },
    "db:migrate": { "cache": false },
    "i18n:check": { "dependsOn": [], "inputs": ["src/i18n/en.json", "src/i18n/he.json"] },
    "i18n:types": { "dependsOn": [], "outputs": ["src/i18n/resources.d.ts"] }
  }
}
