ttypescript-browser-like-import-transformer

A custom transformer that can be used with ttypescript to transform ts imports to browser style imports


Project maintained by Jack-Works Hosted on GitHub Pages — Theme by mattgraham

Home > config > ImportMapResolution

ImportMapResolution interface

Signature:

export interface ImportMapResolution 

Properties

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’