Open nmccready opened 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.
"types: ./types/index.d.ts"
For reference: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
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