TypeScript file is empty in Chrome dev tool

Problem

After setting source map file, the .ts file appears in Chrome/Sources, but all the .ts files are empty.

Solution

Need to add MIME type into Web Server.

fileExtension=".ts" 
mimeType="application/x-typescript"

http://stackoverflow.com/questions/31591887/chrome-showing-blank-typescript-file