import { type ImportMap } from "https://deno.land/x/emit@0.37.0/mod.ts";
An import-map
Properties
optional
baseUrl: URL | stringBase URL to resolve import map specifiers. It Is always treated as a
directory. Defaults to the file URL of Deno.cwd()
.