When inlining/embedding a source map into files, TypeScript compiler seems to always generate local file names, instead of paths e.g. matching what would end up in --outDir. tsc does not accept a sourceRoot, and does not use rootDir for the denormalization.
Ideally, I would like to pass in a sourceRoot of '' (empty string), so that all files end up with the complete path showing properly.