I don't know whether this is the correct words for it, but the jsr package that I want to publish soon needs to be able to import a config object from a file that the user would have in the root of their project, how do I do this?
Can I just import it with a regular import statement? If so, what should the path of it be? Should I do it with dynamic imports? If so, what should the path of it be?