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