next-superjson
next-superjson copied to clipboard
Support for the experimental syntax 'decorators' isn't currently enabled
I'm using next-superjson with Next.js 13.
When I use decorator for class-validator, the error "Support for the experimental syntax 'decorators' isn't currently enabled" is occurred. The error isn't occurred when next-superjson is removed.
Is there any solution for this problem?