Category Archives: JavaScript

Enabling native TypeScript support in other project types in Visual Studio 2015

Native TypeScript support in Visual Studio 2015 is not available for all project types by default. As far as I’m aware, it is only available for the ASP.NET Web Application project type. Sometime, you may be working with TypeScript but … Continue reading

Posted in CRM, JavaScript, SharePoint | Leave a comment

How to debug OOTB minified JavaScript in SharePoint

When time gets desperate you may need to debug into SharePoint’s OOTB JavaScript to work out a particular problem. The challenge here is that the OOTB JavaScript are minified, which makes debugging almost impossible. This post describes three approaches you … Continue reading

Posted in JavaScript, SharePoint | Leave a comment