Expected Behavior
Each path reference inside the source map leads to a source file inside the source root.
Actual Behavior
The paths are invalid if a source root is specified and repeat the path to the source file after the path to the directory containing the source file (see dist/index.js.map inside the stackblitz)
Additional Information
If the sourceRoot option is removed from the compilerOptions, it works as expected.