adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
356 stars 113 forks source link

fix(types): add typesVersions map #399

Closed simonihmig closed 5 months ago

simonihmig commented 8 months ago

To allow consumers who are still on "moduleResolution": "node" in their TS config (i.e. where TS does not use exports) to resolve the types correctly.

ArnaudWeyts commented 5 months ago

@gilest This would also fix an issue we are running into (#348), and shouldn't result in a breaking change I suppose, are there any plans to merge this?