I have set up a folder structure for creating some event handlers in TypeScript.
I have installed node types
npm install @types/node --save-dev
and xrm types
npm install @types/xrm --save-dev
In my form.ts . my event handler code works but in the intellisense, I appear to be short changed 😒 , as I am missing some key methods such as setNotification on my dob control ... Anybody seen this before
