Closed
Description
As you certainly know one of the big improvements with TypeScript 2.0 is the ability for developers to define their own path mappings and determine the path(s) where there modules are located. (More information here: What's new in TypeScript, the detailed proposal on GitHub).
The whole thing is done via the introduction of compilerOptions
entries baseUrl
, paths
, and rootDirs
. TypeScript 2.0 recognizes and handles them correctly but sadly (or rather by design) those paths are not rewritten to relative ones so tsify can't handle them at the moment.
It would be amazing to have those options taken into account for bundling. 👍
Metadata
Metadata
Assignees
Labels
No labels