{ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { "outputs": ["dist/**"], "cache": false }, "dev": { "cache": false, "persistent": true }, "type-check": {} } }