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