troch / reinspect

Use redux devtools to inspect useState and useReducer :mag_right:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package.json "types:" missing

nmccready opened this issue · comments

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