compilerOptions.paths isn't rebased correctly when extending tsconfigs
dominikg opened this issue · 1 comments
dominikg commented
Description
parse treats compilerOptions.paths
as a map of string when rebasing relative paths in extended tsconfigs.
But it is a map of string arrays, it needs to be handled differently
Fix it!
Additional Information
also check output of parseNative
, which seemingly doesn't rebase the paths but instead add a new property with their base path ?
dominikg commented
should be fixed in 1.0.0-4