-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript definitions not published with library #243
Comments
Thanks for this hint. Could you make a pull request with these changes please? Thanks in advance. |
bump |
It's linked above #244 |
Note the types don't seem to match v7. Is the API mostly finalised for v7? I could try creating up to date types when I have time. |
the change done in #244 got somehow reverted and the current npm module is missing the types again the index.d.ts is not published and typescript complains |
The https://www.npmjs.com/package/@types/flexsearch package does not work with ESM at all. The author suggests using the |
As there are already types, this simply needs an entry in
package.json
for"types"
and to be added to"files"
The text was updated successfully, but these errors were encountered: