Typescript types not part of released npm package
Open
- Dominant language
- TypeScript
- Stars
- 211
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
The typings are not part of the latest npm release (0.8.10).
They're being referenced in the package.json as being in `src/index.d.ts`, but the .npmignore prevents the src folder from being included.
The below simply needs to be added to the .npmignore file:
```
!src/index.d.ts
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.