{ "$schema": "https://turbo.build/schema.json", "ui": "stream", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["out/**", "dist/**", ".next/**"] }, "typecheck": { "dependsOn": ["^build"], "outputs": [] }, "test": { "dependsOn": ["^build"], "outputs": [] }, "lint": { "outputs": [] }, "dev": { "cache": false, "persistent": true } } }