{ "$schema": "https://turbo.build/schema.json", "tasks": { "lint": { }, "lint:fix": { }, "test": { }, "typecheck": { }, "dev": { "dependsOn": ["database#build"], "persistent": true, "cache": false }, "build": { "dependsOn": ["^build"], "outputs": ["build/**"], "cache": true } } }