troch / reinspect

Use redux devtools to inspect useState and useReducer :mag_right:
MIT License
424 stars 24 forks source link

package.json "types:" missing #28

Open nmccready opened 4 years ago

nmccready commented 4 years ago

Hi, cool project. I see that you did include your types, however because "types: ./types/index.d.ts" is missing the types are not picked up automatically by typescript by consuming modules.

For reference: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html