This is fixing imports of ember-animated/test-support not resolving correctly. Order in package.json#exports is relevant, so the catch-all rule should come last. Also, for TS projects still using legacy moduleResolution, typesVersions should cover the index-module.
This is fixing imports of
ember-animated/test-support
not resolving correctly. Order inpackage.json#exports
is relevant, so the catch-all rule should come last. Also, for TS projects still using legacymoduleResolution
,typesVersions
should cover the index-module.