mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-10 10:54:42 +00:00
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"
|
|
}
|
|
}
|