I recently encountered this error in my next js application,
I was using static functions and variables in classes i made, i think typescript doesn't allow it , removing those static functions and variables made my build successful.
That worked for me.
Hope so it works for you as well