How to define local import maps?
I got these things in the tests above:
Notice how I have to do a lot of
Are there are examples on defining local import maps?
Notice how I have to do a lot of
./ js to get to the next? I understand there'st the "imports": {}" support in deno.json(c), and I do remember using smth like Bun's package.json's "workspace": [] system to create localised @one/two, complete with index.ts in their respective folders for exports.Are there are examples on defining local import maps?
