{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".output/**", ".nuxt/**"] }, "dev": { "cache": false, "persistent": true }, "lint": {}, "format": {}, "type-check": { "dependsOn": ["^build"] } } }