{ "$schema": "https://turbo.build/schema.json", "pipeline": { "lint": {}, "format": {}, "test": {}, "build": { "outputs": ["dist/**"] } } }