ui
ui copied to clipboard
typescript error when adding next-auth library
Hello,
I've forked this project and tried to add an authentication layer with next-auth dependency. Here is my pr, but I'm getting a build error on the signIn method exported :
Do you have an idea, i've already tried downgrading typescript but its not working
IDK what's your goal of adding Authentication to the project. But this error is because declaration: true in tsconfig
thanks for your help. I was probably not clear, I'm doing that for a personal project