Options for creating and writing an import map.
Output path, resolved against root. Accepts a relative path, an absolute path, a file:// URL string, or a URL. Defaults to import_map.json.
Deno loads the written file through the importMap field
in deno.json or the --import-map flag; see
Deno: imports vs importMap.
indent: string
|
number
Indentation for the serialized map, with the semantics of JSON.stringify's
space parameter: a number of spaces per level or a literal indent
string. Defaults to a tab.