|
At first glance I don't see a tsconf here, is there a typescript support story for this? |
Answered by
hally9k
Mar 12, 2020
Replies: 4 comments
|
React Query is not written in TS, but there are community types in Definitely Typed that you can reference. |
0 replies
|
There is an active PR for updating DefinitelyTyped/DefinitelyTyped#42830 Until that is merged/released, you can add the following code to a declare module 'react-query' {
...
} |
0 replies
|
@mskelton I will check out the community types thanks for the pointers 😄 |
0 replies
Answer selected by
tannerlinsley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mskelton I will check out the community types thanks for the pointers 😄