Open
Description
Is your feature request related to a problem? Please describe.
I am attempting to move my code base off of CJS and onto ESM.
Describe the solution you'd like
For feathers-swagger to support both ESM and CJS with conditional exports
Describe alternatives you've considered
Default exports are compatible across ESM and CJS, but it is kind of a pain as far as developer experience goes
Additional context
I recently updated my package to support both, as an example AshotN/adminjs-feathers@69a5360