{ "$schema": "https://turbo.build/schema.json", "tasks": { "dev": { "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**"] }, "@beenvoice/domain#build": { "outputs": [] }, "@beenvoice/mobile#build": { "outputs": [] }, "typecheck": { "dependsOn": ["^typecheck"], "outputs": [] }, "lint": { "dependsOn": ["^lint"], "outputs": [] }, "test": { "dependsOn": ["^build"], "outputs": [] } } }