You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asourceRoot
, and does not userootDir
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.The text was updated successfully, but these errors were encountered: