property ImportMapDocument.scopes Scope prefixes mapped to sorted, scope-specific import overrides, as in Deno's scoped mappings. Examples Example 1 const scopes = { './tests/': { '#lib/bytes': './tests/stub/bytes.ts' } }; Type Readonly<Record<string, Readonly<Record<string, string>>>>