dominikg/tsconfck

compilerOptions.paths isn't rebased correctly when extending tsconfigs

dominikg opened this issue · 1 comments

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 ?

should be fixed in 1.0.0-4