mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 08:24:42 +00:00
20 lines
402 B
JSON
20 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"
|
||
|
}
|
||
|
}
|