budge/backend/tsoa.json
2021-11-15 21:19:19 -05:00

21 lines
461 B
JSON

{
"entryFile": "src/index.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/**/*Controller.ts"],
"spec": {
"outputDirectory": "build",
"specVersion": 3,
"securityDefinitions": {
"jwt": {
"type": "apiKey",
"name": "x-access-token",
"in": "header"
}
}
},
"routes": {
"routesDir": "build",
"authenticationModule": "src/middleware/authentication.ts"
}
}