mirror of
https://github.com/linuxserver/budge.git
synced 2026-01-15 01:21:43 +08:00
14 lines
311 B
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"
|
|
}
|
|
}
|