-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blueprint for typescript should use ember stable types #197
Comments
This may be complicated by the status of ember-cli's new app blueprint, which is used to generate the test-app. The approach to importing ember types need to be consistent. |
Possible prerequisite: emberjs/rfcs#952 (comment) |
I think we're blocked on ember-data not being compatible with the stable types. Everyone is free to delete all the Once ember-data is compatible with the ember stable types, the ember-cli blueprints will use those, and then we also use them. See also: |
Done in: #308 |
Currently using old @types/ packages
The text was updated successfully, but these errors were encountered: