mirror of
https://github.com/linuxserver/budge.git
synced 2026-03-09 00:08:38 +08:00
21 lines
461 B
JSON
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"
|
|
}
|
|
}
|