{ "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" } } }, "routes": { "routesDir": "src/", "authenticationModule": "src/middlewares/auth.ts" } }