{ "$schema": "https://v2-8-7.turborepo.dev/schema.json", "globalPassThroughEnv": ["MONGOHQ_URL"], "tasks": { "build": { "dependsOn": ["setup"], "outputs": ["dist/**"] }, "develop": { "dependsOn": ["setup"], "cache": false, "persistent": true }, "lint": { "dependsOn": ["setup"] }, "setup": { "dependsOn": ["^build"] }, "test": { "dependsOn": ["setup"] }, "test-content": { "dependsOn": ["setup"] }, "type-check": { "dependsOn": ["setup"] }, "//#lint-root": { "dependsOn": ["@freecodecamp/shared#build"] } }, "remoteCache": { "signature": true } }