A custom transformer that can be used with ttypescript to transform ts imports to browser style imports
Home > config > ImportMapCustomResolution
Signature:
export interface ImportMapCustomResolution
Property | Type | Description |
---|---|---|
function | (opt: ImportMapFunctionOpts) => string | null | The function that will resolve a path to another path. |
type | ‘function’ |