Oh gosh…mine is a mess because somewhere along the line there was some js that didn’t have typescript definitions or something like that so I have babel transforms and someother things going on and when I imported that package I started getting to the “can’t use require” or “not a common module” malarkey that I just am not close enough to js to really know my way around at this point. You can track my mess if you really want to at this thread where I tried to unsuccessfully diagnose it: ChatGPT - Jest Transform Configuration Issue
Once you have the npm package fixed to point to the TS version instead of the js version I can try again.(Maybe you’ve already done that)