I created a new wasp project with the OpenSaas template and ran the wasp db migrate-dev. However, I was greeted with the following error: --- Building SDK... ------------------------------------------------------------
[ Wasp ] core/serialization/custom-register.ts(17,16): error TS2665: Invalid module name in augmentation. Module 'superjson' resolves to an untyped module at '/Users/hydrogen/Desktop/OneDealer/rag-saas/app/node_modules/superjson/dist/index.js', which cannot be augmented. [ Wasp ] core/serialization/prisma.ts(50,16): error TS2665: Invalid module name in augmentation. Module 'superjson' resolves to an untyped module at '/Users/hydrogen/Desktop/OneDealer/rag-saas/app/node_modules/superjson/dist/index.js', which cannot be augmented.
--- [Error] Your wasp project failed to compile: -------------------------------
- SDK build failed with exit code: 2
--- [Error] Compilation of wasp project failed: --------------------------------
1 errors found
I looked for solutions online but of no help. Could you help me with it?