Adding the newest kendo.d.ts to my project along with the jquery.d.ts file gives me the following error ...
'Duplicate overload signature for 'data''
This occurs on line 9699 of the file, where the code reads ...
Commenting it out works fine, but I do not like to have to mess with the vendor files like this. I am using the jQuery typescript definitions at
Definitely Typed because the native jQuery one from the typescript website fails to even compile.
I am absolutely in love with Typescript, and I am adoring how Kendo integrates with it, but is there any chance this can get updated?