Building a Custom OpenAPI 3.1 TypeScript Type Generator This is a substantial project. I'll build a complete, publishable npm library that parses OpenAPI 3.1 specs and generates split TypeScript type files.
Project Structure text
openapi-typegen/ ├── package.json ├── tsconfig.json ├── tsconfig.build.json