# openapi-typescript / openapi-fetch still pin `typescript@^5.x` as a peer, but the
# project is on TypeScript 6 (the codegen emits plain type strings and the client is
# types-only, so they work with TS6 in practice). Accept the conservative peer pin
# rather than hold the toolchain back. Real incompatibilities surface in vue-tsc/build.
legacy-peer-deps=true
