{ "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", "controllerPathGlobs": ["src/**/*Controller.ts"], "spec": { "specVersion": 3, "outputDirectory": "src", "basePath": "/api", "spec": { "info": { "title": "Enterprise Document Management(EDM) - API", "version": "0.0.2", "description": "Open API Specfication for Enterprise Document Management ", "license": { "name": "by Frappet", "url": "https://frappet.com" } }, "basePath": "/api" }, "securityDefinitions": { "bearerAuth": { "type": "apiKey", "name": "Authorization", "description": "Keycloak Bearer Token", "in": "header" } } }, "routes": { "routesDir": "src", "authenticationModule": "src/utils/auth.ts" } }