-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
How to fix TS7016 : Typedef not found 404 #24745
Comments
Like the message says: create a file with extension For questions, it is better to ask at stackoverflow with |
@j-oliveras I've asked in Create that file in project root dir ? or under |
Put it inside your project dir. |
Now the auto-completion on that class is not working. |
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed. |
I am new in react, and I've been doing a project with
Flow
. Last night i metTypeScript
. It's awesome. I've decided to migrate toTypeScript
fromFlow
and have been converting my.js/.jsx
files to.ts/.tsx
. I've installed type definitions forreact, redux etc
. But i can't find type definition for a library calledreact-native-material-color
. It's not a famous library and am getting below error. How can i fix the error ?The text was updated successfully, but these errors were encountered: