{ "$schema": "https://turbo.build/schema.json", "remoteCache": { "enabled": true }, "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["lib/**", "dist/**", "build/**"] }, "dev": { "dependsOn": ["^build"], "cache": false, "persistent": true }, "test": { "dependsOn": ["^build"], "inputs": ["src/**", "tests/**", "lib/**", "package.json"], "outputs": [] } } }