The documentation describes how to develop a data provider in JavaScript. Has anyone tried to use TypeScript instead?
I suppose tsc needs to be invoked in the npm build script, but I could use some guidance on how to do that exactly. Do I need to install TypeScript manually, or using npm? What changes do I need to make in scripts?