How to load library sourcemaps using Aurelia CLI

We have an Aurelia CLI project which references another project in the same solution which contains shared typescript code. The shared project is a node js package which is locally linked into node_modules of the referencing Aurelia project.

When debugging through Chrome i can see the folder structure under node modules but when opening the typescript file it is blank.