{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["tsconfig.base.json", ".env"], "globalEnv": ["NODE_ENV"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", "build/**", ".expo/**", "src-tauri/target/release/**"] }, "dev": { "cache": false, "persistent": true }, "lint": { "dependsOn": ["^build"], "outputs": [] }, "typecheck": { "dependsOn": ["^build"], "outputs": ["*.tsbuildinfo"] }, "test": { "dependsOn": ["^build"], "outputs": ["coverage/**"] }, "test:watch": { "cache": false, "persistent": true }, "clean": { "cache": false } } }