typescript-rest
typescript-rest copied to clipboard
Exposing routes extending abstract classes in a npm package
Recently I created abstract classes (Controller, Service and Repository) for CRUD operations using typescript-rest (look: robbyson-abstract-framework). When I extend these classes, swagger exposes all routes normally, however, when creating an NPM package with the abstract classes and extending them, swagger does not expose these generic routes. Can you help me?