Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 2, 2014 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/9312906 to your computer and use it in GitHub Desktop.
Save wullemsb/9312906 to your computer and use it in GitHub Desktop.
Enable TypeScript Source Map in ASP.NET MVC
<system.webServer>
<staticContent>
<remove fileExtension=".ts" />
<mimeMap fileExtension=".ts" mimeType="text/x-typescript" />
</staticContent>
<!-- Some other content -->
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment