Typescript From Inline Sources
When using the inlineSources compiler option, TypeScript will emit the source code of the file into the JavaScript file as a data URI. This tool will extract the source code from the data URI and display for you, allowing you to easily use it for other things.