I’m trying to use the daypilot lite package for react, when installing the package via npm install there is no daypilot-react.min.d.ts file anywhere to be found, despite it being specified in the package.json file.
I tried looking at the files section and there indeed doesn’t seem to be a file going by that name. This is true for the rest of the lite packages that I’ve inspected as well.
Am I supposed to do anything else to set this up? Am I missing something or is the file actually missing?
If it is indeed missing, can I have a link to download it, or instructions on how to fix this issue?