samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.81k stars 94 forks source link

Fix break change on TypeScript v5.5.2 #936

Closed samchon closed 3 months ago

samchon commented 3 months ago

TypeScript v5.5.2 patch update suddenly has taken a break change on tsconfig.json file parser. Therefore, @nestia/sdk be broken in the TypeScript v5.5.2 version.

This PR follows the break change, so that fixes the @nestia/sdk bug on typescript@5.2.2.