-
Notifications
You must be signed in to change notification settings - Fork 41
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
Tg feature resolvers types #33
Tg feature resolvers types #33
Conversation
This reverts commit 18de315.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove dist please?
@thebigredgeek done in d137a18 |
Looks like |
@corydeppen nope not exactly. We do want EDIT: Actually, you are correct haha. |
Hello!
As mentioned in #22 :
createResolver
inresolver.d.ts
indicates that the return type is aPromise<any>
.Seems like
tsc
type inference doesn't recognize the objects structure inresolvers.ts
Proposed implementation: Adding concrete types definition