You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types are not resolving in [email protected] with the types provided in @types/ember-data. I suspect an empty type definition is being shipped that is causing Typescript to ignore the types from DefinitelyTyped. cc @mike-north
Versions
Run the following command and paste the output below: npm ls ember-source && npm ls ember-cli && npm ls ember-data.
@runspired looks like this mechanism is no longer going to work for us. We should switch to stripping all .d.ts files from packages in a prepublish step
Reproduction
ember build
DS.Store
Description
Types are not resolving in
[email protected]
with the types provided in@types/ember-data
. I suspect an empty type definition is being shipped that is causing Typescript to ignore the types from DefinitelyTyped. cc @mike-northVersions
Run the following command and paste the output below:
npm ls ember-source && npm ls ember-cli && npm ls ember-data
.P.S. If any of the packages show more than one installed version, that may be the root cause of the issue!
Thanks again!
The
ember-data
Team <3The text was updated successfully, but these errors were encountered: