{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "build:deploy": { "dependsOn": ["^build:deploy"], "outputs": ["dist/**"] }, "dev": { "cache": false, "persistent": true }, "type:check": { "cache": false }, "uninstall": { "cache": false }, "update": { "cache": false } } }