I have a ASP.NET Core project (a .xproj file) containing some TypeScript files. When I build this project, all .ts files are automatically transpiled t
.xproj
.ts
Add to the xproj file to get typescript built to JS (got the line from my ASP.NET Core - .xproj file)