esnet / esnet/pond

Typescript types not part of released npm package

Open
#134 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.