Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 2, 2014 20:01
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