express-jsdoc-swagger
                                
                                
                                
                                    express-jsdoc-swagger copied to clipboard
                            
                            
                            
                        Is it possible to read files in node_modules
Is your feature request related to a problem? Please describe. I need to read files from node_modules which contain jsdoc definitions of components, but it's not allowed.
Describe the solution you'd like
Add a new option excludedFolder to cover default param DEFAULT_EXCLUDED_FOLDER of function globFilesMatches.
Hi @cfengsequoia maybe we could include a flag to ignore that. The problem we had when we don not ignore the node_modules was that there were memory issues while reading the node_modules. We will try to add a flag in the config.
We don't have time to do it soon but we will keep it in our backlog. Thanks for reporting 👍