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