mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
4a24cb1f62
* Auto-generating swagger / OpenAPI docs. * Fixing DeleteImage params. * Adding redocly generation. * Adding security / Auth definitions.
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|