{ "$schema": "https://turborepo.com/schema.json", "tasks": { "typecheck": {}, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "opencode#test": { "dependsOn": ["^build"], "outputs": [] }, "@opencode/web#test": { "dependsOn": [], "cache": false } } }