passport-magic-login
passport-magic-login copied to clipboard
Troubles with NestJS 11
'extends' clause of exported class 'MagicLoginStrategy' has or is using private name 'Options'.ts(4020)
Any idea what causes this? Didn't found anything online except this: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/70344
The problem seems, that:
interface Options
is not getting exported like this:
export interface Options
what did you do to resolve the error?
Closed in #42