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