Thanks Jeffrey
one last question (ts is fairly new to me). After commenting the interface JQueryPromise<T> the VS2013 solution builds alright, however in my "Error list" window I now get one error for every class implementing the interface.
1069 Cannot find name 'JQueryPromise'. C:\Projects\WebSite\Scripts\typings\kendo\kendo.all.d.ts 374 11 kendo.all.d.ts
54 errors in all.
Do I need to worry about this?
/Morten