I use Next.JS with typescript plugin. When I import the generated client that's the exception that gets raised. If I replace `exports.createClient` with `module.exports.createClient` it works. What am I missing?