High CPU usage when importing the library on a monorepo
As I am splitting my application into a monorepo solution using NX, I am facing performance issues with better-auth due to a recursive type in the automatic inference.
The configuration it's pretty much straightforward:
`


2 Replies
setting the
strict: true
and declaration: false
in my tsconfig helped me to improve the performance]Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View