This repository has been archived on 2023-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
futureporn-qa/tsoa.json

15 lines
318 B
JSON

{
"entryFile": "manager.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": [
"src/**/*Controller.ts"
],
"spec": {
"outputDirectory": "dist/futureporn-qa/swagger",
"specVersion": 3
},
"routes": {
"routesDir": "dist/futureporn-qa/routes",
"esm": true
}
}