Simple Demo of Lucia Auth using Drizzle ORM, Turso Tech (SQLite) & Resend (Transactional Emails) to make Magic Link Authentication work - GitHub - deadcoder0904/next-13-lucia-auth-drizzle-t...
Solution
This fix seemed to work
//tsconfig.json{ "compilerOptions": { ... // Solution is to update es5 to ES2015 "target": "es5", }}
//tsconfig.json{ "compilerOptions": { ... // Solution is to update es5 to ES2015 "target": "es5", }}