Skip to content

Missing exports types in package.json #53

@Bug38

Description

@Bug38

It seems that types are missing in the exports section of packages.json :
image

This fixes the error :

"exports": {
    ".": {
      "types": "./types/index.d.ts",
      "require": "./src/avatar.js",
      "import": "./esm/index.js"
    }
  },```

Metadata

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