Cygni_backend/tsoa.json

15 lines
329 B
JSON

{
"entryFile": "src/index.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/**/*.ts"],
"spec": {
"outputDirectory": "src/tsoa-auto",
"specVersion": 3,
"basePath": "/",
"specFileBaseName": "swagger"
},
"routes": {
"routesDir": "src/tsoa-auto"
}
}