Hi All,
Recently i have installed VS2019 and took the project from my repository which is already running in my other system using VS2017.
But when i build the same solution in VS2019 i am getting below build error.
Error : Build:Type '"button" | "view" | "altKey" | "bubbles" | "cancelable" | "changedTouches" | "ctrlKey" | "detail" | "eventPhase" | "metaKey" | "pageX" | "pageY" | "shiftKey" | "char" | "charCode" | ... 13 more ... | "touches"' does not satisfy the constraint '"repeat" | "button" | "code" | "view" | "altKey" | "bubbles" | "cancelable" | "changedTouches" | "ctrlKey" | "detail" | "eventPhase" | "metaKey" | "pageX" | "pageY" | "shiftKey" | ... 55 more ... | "DOM_KEY_LOCATION_STANDARD"'. In jquery-3.3.d.ts
Anyone has any idea why i am getting this build error and how to resolve this.
Thanks,
SK.