{ "$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 } } }