I'm new to TypeScript, when include jquery.d.ts getting many syntax errors while building the code, I'm using VS express 2012. To include the jQuery definition I have use the following code:
/// <reference path="./jquery.d.ts" />
I get a lot of errors just from the definition file - such as this:
Error 109 Index signature parameter type must be 'string' or 'number'. D:/Able/TypeScript/HelloWorld/HelloWorld/jquery.d.ts 54 20 HelloWorld
Here is the screen shot of error...

Why is the definition file generating errors?
jquery.d.tsfile from?