-
Notifications
You must be signed in to change notification settings - Fork 3
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
TypeScript errors #6
Comments
Is there anything we can do to resolve this issue? |
@mfeckie - well, I have: declare module 'ember-box';
export function unwrap<T>(argument: T): T;
export function update<T>(argument: T, value: T): void; In a |
@boris-petrov Does that just override the definitions from the ones provided by the addon? |
Yep. |
Super helpful! Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the latest TypeScript,
ember-box
, Ember, everything, I get a bunch of those:The text was updated successfully, but these errors were encountered: