lukeautry / tsoa

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

Fix/imports of TemplateService b/w cli & runtime #1574

Closed jackey8616 closed 6 months ago

jackey8616 commented 6 months ago

All Submissions:

1573

Only partially fix the incorrect import b/w @tsoa/cli & @tsoa/runtime. Still finding a way to solve hapi & koa's dependency imports.

ManfredLange commented 6 months ago

If this helps to clearly separate between cli and runtime, and since this addresses the issue with the cli being imported in the tsoa-generated files, I'd love for this PR to be considered for merging as soon as possible. Thank you!