@real wharf asked:
good day folks. i'm just setting up clerk with convex on react native expo and i've come across a problem. the documentation uses javascript to set up auth.config, however, my app uses typescript. so instead of convex/auth.config.js, i created convex/auth.config.ts and running npx convex dev gives me this error:
Image
sticking to the documentation with convex/auth.config.js also gives me type errors. i appreciate any help with this 🙂