{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".svelte-kit/**", "build/**"] }, "dev": { "cache": false, "persistent": true }, "typecheck": { "dependsOn": ["^build"] }, "clean": { "cache": false } } }