jollyjerr / react-autosave

Component or hook to auto save controlled form values as they are updated
https://www.npmjs.com/package/react-autosave
MIT License
65 stars 2 forks source link

Could not find a declaration file for module 'react-autosave' #27

Closed ivan-navarro-75 closed 1 year ago

ivan-navarro-75 commented 1 year ago

I imagine this is due to the fact that the types field in package.json is no longer used if there is an exports field

We'd need to move them inside the exports:

"exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/react-autosave.js",
      "require": "./dist/react-autosave.umd.cjs"
    }
  },