Categories
property CreateImportMapOptions.packages

Package specifiers mapped to targets, each expanded to a conformant bare and trailing-slash pair. Defaults to none.

Examples

Example 1

const packages = { dreamcli: 'jsr:@kjanat/dreamcli@^3' };

Type

Readonly<Record<string, string>>