Steps to reproduce
Set module as NodeNext
in client.ts:
import authenticationClient from '@feathersjs/authentication-client';
client.configure(authenticationClient());
Expected behavior
no error
Actual behavior
Type 'typeof import("xxx/node_modules/@feathersjs/authentication-client/lib/index")' has no call signatures.
Module versions (especially the part that's not working):
NodeJS version: 20.9
Operating System: W10
Module Loader: 5.0.11
Thanks,