kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
396 stars 72 forks source link

Types not found #73

Closed JaccoGoris closed 6 months ago

JaccoGoris commented 1 year ago

I noticed the types in the package.json file are pointing to src/, but only lib is packaged on NPM, so types can't be found when using it:

snippet from package.json

  "main": "lib/react-barcode.js",
  "types": "src/index.d.ts",

I'll make a PR for this soon :)

dangrasso commented 1 year ago

https://github.com/kciter/react-barcode/pull/75