Possible Duplicate:
Using jQuery plugin in TypeScript
So I'm making a webApp with the typescript, I already made the webapp in JavaScript and now I want to do it in typescript,
in this webapp I need a few jQuery libraries like a standard jQuery and jQuerySVG, the jQuery.d.ts can be found easily and I can just reference it to the typescript, the problem is that jQuerySVG, I can't find the typescript version for jquery.svg.js (like jQuery.svg.d.ts)
so how can I work this out?
or will the typescript work if I just reference the jQuery.svg.js in the script tag on my html file?