pond
pond copied to clipboard
Typescript types not part of released npm package
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
Will a new npm version be published with this fix?