budge/backend/tsoa.json

14 lines
311 B
JSON

{
"entryFile": "src/server.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/*.ts"],
"spec": {
"outputDirectory": ".",
"specVersion": 3
},
"routes": {
"routesDir": ".",
"authenticationModule": "src/middleware/authentication.ts"
}
}