{ "$schema": "https://turborepo.com/schema.json", "ui": "tui", "globalEnv": ["NODE_ENV"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "typecheck": { "dependsOn": ["^typecheck"] }, "dev": { "cache": false, "persistent": true } } }