tsc creates sourcemaps (for *.tsx -> *.js) but later react native packager does bundle with another sourcemaps. Both source maps are not merged. In consequence, when debugging with "remote debugger" chrome see only source mapped by last sourcemaps (from bundle) and ignores source map generated by tsc. It will be awesome if chrome dev tools can operate on tsx files. Any idea how this can be configured?