Optional
compilerRoutesConfig
Optional
controllerAn array of path globs that point to your route controllers that you would like to have tsoa include.
Optional
defaultThe entry point to your API
Optional
ignoreDirectories to ignore during TypeScript metadata scan
Optional
multerMulter's options to generate multer's middleware. It doesn't support storage option
{
* "dest": "/tmp"
* } Allow multer to write to file instead of using Memory's buffer
Optional
noModes that allow you to prevent input data from entering into your API. This will document your decision in the swagger.yaml and it will turn on excess-property validation (at runtime) in your routes.
Route generation configuration object
Swagger generation configuration object
Generated using TypeDoc
Typescript CompilerOptions to be used during generation