{ "$schema": "https://turborepo.org/schema.json", "globalDependencies": [ "package.json", "codegen.mts", "pnpm-lock.yaml", "tsconfig.json", "scripts/patch-manifests.js", "scripts/banner.js", "scripts/runify.ts", "patches/*" ], "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "check:build": { "outputs": [""] } } }