{ "$schema": "./node_modules/turbo/schema.json", "dangerouslyDisablePackageManagerCheck": true, "globalDependencies": ["bun.lock"], "tasks": { "build": { "dependsOn": ["^build"] }, "dev": { "cache": false, "persistent": true }, "fix": { "cache": false }, "typecheck": { "inputs": ["package.json", "tsconfig.json", "tsconfig.*.json", "**/*.{ts,tsx,d.ts}"], "outputs": [] } }, "ui": "tui" }