Types for accounts/passwordless package

Does anyone know if this actually package has type definitions? I have installed the package correctly, but in my node_modules folder, there is no accounts-passwordless.d.ts file, and in VS Code I get the message “Cannot find module ‘meteor/accounts-passwordless’ or its corresponding type declarations.ts(2307)” - accounts-base by contrast is working fine.

1 Like

Hi, it would be great to have this indeed.

Meteor doesn’t own the repo where the types are defined.

They have an automatic process to accept new PRs. Would you be willing to open a PR there so we could have these types?

You can use this PR as an example: [@types/meteor] Add modern-browsers package by filipenevola · Pull Request #52258 · DefinitelyTyped/DefinitelyTyped · GitHub

Thanks.