What’s the MIME-Type of TypeScript?
It would be good to know why you want to serve TypeScript files. As far as I understand, TypeScript is used to compile to Javascript, which is then executed in a browser. Currently, there is no native support for TypeScript (correct me if I’m wrong). If you still want to serve .ts files via IIS, … Read more