A custom transformer that can be used with ttypescript to transform ts imports to browser style imports
Home > config > ImportMapResolution
Signature:
export interface ImportMapResolution
Property | Type | Description |
---|---|---|
mapObject | object | The ImportMap |
mapPath | string | Path of the ImportMap |
simulateRuntimeImportMapPosition | string | The runtime path of your ImportMap |
simulateRuntimeSourceRoot | string | The runtime path of your source root |
type | ‘map’ |