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