lemmy-js-client/tsoa.json

20 lines
402 B
JSON
Raw Permalink Normal View History

{
"entryFile": "src/http.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/http.ts"],
"spec": {
"outputDirectory": "tsoa_build",
"specVersion": 3,
"securityDefinitions": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
},
"routes": {
"routesDir": "tsoa_build"
}
}