deno.jsondeno.json references a project within (at some sub-dir path).deno.jsondeno.json uses the "exports" option to map ".""." to "./src/mod.ts""./src/mod.ts".deno.jsondeno.json then references this directory in the "imports""imports" map, from "package-a""package-a" to "./package-a""./package-a"."exports""exports" values, such that 1) I can import with a short specifier, and 2) I can reference either a local directory or the package on JSR without changing any import code.Join the Discord to ask follow-up questions and connect with the community