{ "$schema": "https://turborepo.dev/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".dist/**"] }, "lint": { "dependsOn": ["^lint"] }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "cache": false, "persistent": true } } }