avatar icon indicating copy to clipboard operation
avatar copied to clipboard

Missing exports types in package.json

Open Bug38 opened this issue 4 months ago • 0 comments

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"
    }
  },```

Bug38 avatar Oct 17 '24 08:10 Bug38