### What version of Turborepo are you using? 1.1.5 ### What package manager are you using / does the bug impact? npm, pnpm, Yarn v1, Yarn v2/v3 (node_modules linker only) ### What operating system are you using? Linux ### Describe the Bug https://turborepo.org/schema.json does not have an `npmClient` option, but the docs reference it: https://turborepo.org/docs/reference/configuration#npmclient ### Expected Behavior Schema and docs should match. ### To Reproduce It seems like either the schema or the docs are outdated?