list-react-files
list-react-files copied to clipboard
Could not find a declaration file for module 'list-react-files'
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/

Same Problem!
Add a declaration for the library in your globals.d.ts file if you don't have one create one in your src folder
declare module 'list-react-files' {
function listReactFiles(cwd: string): Promise<Array<string>>
}