mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"entryFile": "src/http.ts",
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
|
"controllerPathGlobs": ["src/http.ts"],
|
|
"spec": {
|
|
"outputDirectory": "tsoa_build",
|
|
"specVersion": 3
|
|
},
|
|
"routes": {
|
|
"routesDir": "tsoa_build"
|
|
}
|
|
}
|