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
We're getting dependency lint errors because this addon depends on ember-cli-typescript 2.x, while other addons rely on 3.x or even 4.x. Can this package be upgraded to a newer version of ember-cli-typescript?
The text was updated successfully, but these errors were encountered:
the presence of ember-cli-typescript may troll ember-cli-babel, preventing the use of enableTypeScriptTransform when <2.x (which this brings) is present.
Can we still upgrade this? It doesn't seem to build anymore because it's asking for a version of ember-cli-typescript that isn't apparently available...
We're getting dependency lint errors because this addon depends on
ember-cli-typescript
2.x, while other addons rely on 3.x or even 4.x. Can this package be upgraded to a newer version of ember-cli-typescript?The text was updated successfully, but these errors were encountered: