{ "$schema": "https://turborepo.org/schema.json", "extends": ["//"], "tasks": { "build": { "outputs": [".content-collections/**"] }, "lint": { "dependsOn": ["build"] }, "typecheck": { "dependsOn": ["build"] } } }