1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "out", "dist"] }, "lint": { "dependsOn": ["^lint"] }, "dev": { "persistent": true, "cache": false } } }