This repository was archived by the owner on Nov 20, 2023. It is now read-only.
  
  
  
  
  
Description
Type definitions file uses export = SentryCliPlugin, as well as conventional exports, TS doesn't seem to be happy with this. Perhaps exporting SentryCliPlugin as default would be more appropriate?
TS error:
error TS2309: An export assignment cannot be used in a module with other exported elements.