{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", "client/dist/**", "server/dist/**"] }, "dev": { "cache": false, "persistent": true }, "types": { "dependsOn": ["^types"] }, "lint": {}, "test": { "dependsOn": ["build"] } } }