{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["lib/**", ".vitepress/dist/**", "dist/**"] }, "test": { "dependsOn": ["build"], "cache": false }, "dev": { "dependsOn": ["^build"], "persistent": true, "cache": false } } }