microsoft / vsts-extension-samples

Sample extensions for Visual Studio Team Services
https://docs.microsoft.com/vsts/extend/
MIT License
298 stars 290 forks source link

Getting error while compiling Types Script #134

Open ramakrishnagith opened 5 years ago

ramakrishnagith commented 5 years ago

node_modules/@types/jquery/index.d.ts:6107:66 - error TS2344: Type '"timeout" | "onreadystatechange" | "responseType" | "withCredentials" | "msCaching"' does not satisfy the constraint '"open" | "abort" | "timeout" | "onreadystatechange" | "responseType" | "withCredentials" | "readyState" | "response" | "responseText" | "responseURL" | "responseXML" | "status" | ... 23 more ... | "nodeType"'. Type '"msCaching"' is not assignable to type '"open" | "abort" | "timeout" | "onreadystatechange" | "responseType" | "withCredentials" | "readyState" | "response" | "responseText" | "responseURL" | "responseXML" | "status" | ... 23 more ... | "nodeType"'.