Skip to content

Provide typescript definitions #239

Open
@ajmas

Description

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;
  }
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions