I'm curious about moving to use solid-register for testing, but I have a lot of code that uses imports relative to the project root, like: src/components/Thing.ts. In jest, which I'm using currently and allows the imports relative to root., the config takes a moduleDirectories property, like: moduleDirectories: ["node_modules", "."]. Is there any chance of this being added to the solid-register config?