Major enhancements:
- You can configure tsoa to automatically find your controller. Read more here: https://github.com/lukeautry/tsoa#consuming-generated-routes
noImplicitAdditionalProperties
which makes theroutes.ts
code enforce that request models don't have any other properties that aren't defined on the interface. Read more here: https://github.com/lukeautry/tsoa#how-to-ensure-no-additional-properties-come-in-at-runtime
Security:
- tsoa passes
yarn audit
again