I have a library using NodeJs where I need to generate a folder with HTML files as the concept of generating coverage folder in JEST library on the root of the project,
My question is how can I get The src path of the project from my library located in node_module of that project?
I'm open to any other solution for my problem