{ "$schema": "https://turborepo.com/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "persistent": true, "cache": false } } }