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