We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good afternoon
Hello my friend
I tried to use your library in react project and the error is being returned
Could not find a declaration file for module 'list-react-files'
See the project at
https://brown-marlin-dwpxtu5z.ws-us10.gitpod.io/
The text was updated successfully, but these errors were encountered:
Same Problem!
Sorry, something went wrong.
Add a declaration for the library in your globals.d.ts file if you don't have one create one in your src folder
globals.d.ts
src
declare module 'list-react-files' { function listReactFiles(cwd: string): Promise<Array<string>> }
No branches or pull requests
Good afternoon
Hello my friend
I tried to use your library in react project and the error is being returned
See the project at
https://brown-marlin-dwpxtu5z.ws-us10.gitpod.io/
The text was updated successfully, but these errors were encountered: