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?
No description
No description
Solution:
adding
"baseUrl": ".",
"baseUrl": ".",
to my tsconfig fixed my problem
Jump to solution
7 Replies
keytrap-x86
keytrap-x862w ago
Try to quit vscode, remove node_modules & re-run package installations & re-open vscode?
weepa_ho3
weepa_ho3OP2w ago
That was the first thing I tried, but unfortunately it didn't help.
keytrap-x86
keytrap-x862w ago
What is your framework? I don't recognize the authClient instanciation. This is how I do it
keytrap-x86
keytrap-x862w ago
No description
weepa_ho3
weepa_ho3OP2w ago
@keytrap-x86 next-js inside of a turborepo.
Solution
weepa_ho3
weepa_ho32w ago
adding
"baseUrl": ".",
"baseUrl": ".",
to my tsconfig fixed my problem
keytrap-x86
keytrap-x862w ago
Glad you solved it ! 🙂 You should mark it as solved .

Did you find this page helpful?