{ "$schema": "https://turbo.build/schema.json", "tasks": { "lint": { "dependsOn": [ "^build" ] }, "format": {}, "format:check": {}, "types": { "dependsOn": [ "^build" ] }, "test": {}, "test:watch": {}, "build": { "outputs": [ "dist/**" ], "dependsOn": [ "^build" ] }, "dev": { "dependsOn": [ "^build" ] } } }