Skip to content

Using TypeScript With ASP.NET 5

Paul van Brenk edited this page Aug 6, 2015 · 11 revisions

Using TypeScript with ASP.NET v5 requires that you setup your project in a specific way, for more information about ASP.NET v5 see the ASP.NET v5 documentation.

Project setup

We start by creating a new empty ASP.NET v5 project in Visual Studio 2015, of you're not familiar with ASP.NET v5 follow the tutorial for more information.

Create new Empty ASP.NET Project

Clone this wiki locally