{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "env": ["VITE_*"], "outputs": ["dist/**", "build/**", ".react-router/**", "*.tsbuildinfo"] }, "typecheck": { "dependsOn": ["^typecheck", "^build"] }, "test": { "dependsOn": ["^build"] }, "dev": { "persistent": true, "cache": false } } }