Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide typescript definitions #239

Open
ajmas opened this issue Dec 9, 2021 · 1 comment
Open

Provide typescript definitions #239

ajmas opened this issue Dec 9, 2021 · 1 comment

Comments

@ajmas
Copy link

ajmas commented Dec 9, 2021

It would be good to have some typescript definitions for this package. Right now i have needed to set "noImplicitAny": false in my `tsconfig.json' and also provide this hacky workaround, in my boot file (I am using Quasar on top of Vue):

declare module '@vue/runtime-core' {
  interface ComponentCustomProperties {
    $auth: any;
  }
}
@ajmas ajmas changed the title Typescript definitions Provide typescript definitions Dec 9, 2021
@ajmas
Copy link
Author

ajmas commented Dec 9, 2021

Looks like there are two pending PRs that address this in some way:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant