{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "inputs": [ "src/**", "rollup.config.js", "../../tsconfig.json", "../../shared/rollup-config/index.js" ], "dependsOn": ["^build"], "outputs": ["dist/**"] }, "dev": { "persistent": true, "cache": false } } }