lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.33k stars 481 forks source link

fix: swap yamljs with yaml #1581

Closed mamerruddin closed 4 months ago

mamerruddin commented 4 months ago

All Submissions:

Closing issues

closes #1572

If this is a new feature submission:

Potential Problems With The Approach

Test plan

Change config file in tests/esm to yaml format just to show it loads config correctly.

mamerruddin commented 4 months ago

Closes #1572 . Swapped yamljs with yaml as it is actively maintained, and has zero dependency.

mamerruddin commented 4 months ago

I have modify test to see it ables to load config correctly from a yaml config file.