{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "dependsOn": [ "^build" ], "outputs": [ "out/**", "dist/**", ".next/**", "!.next/cache/**" ] }, "lint": {}, "lint:fix": {}, "test": {}, "vscode:dev": {} } }