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