Typescript error after upgrade to v1.2.1

Since the upgrade to v1.2.1, I’ve been getting the following TypeScript errors. Did I miss something? Unfortunately, I’m not sure how to handle these errors. Does anyone have any idea what I might be doing wrong?
Screenshot_2025-03-03_at_18.49.45.png
Screenshot_2025-03-03_at_18.49.22.png
Solution
adding
"baseUrl": ".",
to my tsconfig fixed my problem
Was this page helpful?