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
ember-orbit builds its typescript inside the app's build. While ember-cli-typescript historically encouraged that behavior, it was not a good idea, and it makes a bunch of potential type problems leak out of the library and into the app.
For now, if anyone else is dealing with typescript problems in ember-orbit, I'm maintaining a version that publishes to NPM with the typescript precompiled. I use it via https://pnpm.io/aliases like:
ember-orbit builds its typescript inside the app's build. While ember-cli-typescript historically encouraged that behavior, it was not a good idea, and it makes a bunch of potential type problems leak out of the library and into the app.
For now, if anyone else is dealing with typescript problems in ember-orbit, I'm maintaining a version that publishes to NPM with the typescript precompiled. I use it via https://pnpm.io/aliases like:
This version works without any type errors under Ember 4.10+, including the Ember's native preview types.
The text was updated successfully, but these errors were encountered: