{ "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", "controllerPathGlobs": ["src/controllers/**/*-controller.ts"], "spec": { "outputDirectory": "src/", "specVersion": 3, "securityDefinitions": { "keycloak": { "type": "apiKey", "name": "Authorization", "description": "Keycloak Bearer Token", "in": "header" } }, "spec": { "tags": [ { "name": "OpenAPI" }, { "name": "Address" }, { "name": "Branch" }, { "name": "User" }, { "name": "Branch User" }, { "name": "Customer" }, { "name": "Customer Branch" }, { "name": "Employee" } ] } }, "routes": { "routesDir": "src/", "authenticationModule": "src/middlewares/auth.ts" } }