A custom transformer that can be used with ttypescript to transform ts imports to browser style imports
Home > config > ImportMapFunctionOpts
Signature:
export type ImportMapFunctionOpts = {
moduleSpecifier: string
sourceFilePath: string
rootDir: string
config: PluginConfigs
tsconfigPath: string
}
Internal usage.