{ "$schema": "https://turbo.build/schema.json", "pipeline": { "dev": { "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**", "build/**", ".next/**", ".expo/**"] }, "lint": { "outputs": [] }, "type-check": { "outputs": [] }, "test": { "outputs": [] }, "clean": { "cache": false } } }