katya / tsoa.json
esubtelnik's picture
first commit
d76f93d
{
"entryFile": "src/server.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/*.ts"],
"spec": {
"outputDirectory": "src",
"specVersion": 3,
"basePath": "/api",
"specFileBaseName": "swagger"
},
"routes": {
"routesDir": "src"
}
}