{ "$schema": "../../node_modules/turbo/schema.json", "extends": ["//"], "tasks": { "build": { "outputs": [".output/**"] }, "compile": { "dependsOn": ["build"], "outputs": ["out/**"] } } }