Supabase Not Working In Node.js TypeScript

I'm trying to migrate a Node.js TypeScript project from Prisma/PlanetScale to Supabase, but I'm having issues.

cannot find name fetch
cannot find name ReadableStream

And several others. FWIW, this is running with Node.js so fetch should be built in. I'm not sure if it's something I need to change in my tsconfig maybe?
unknown.png
Was this page helpful?