lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.64k stars 133 forks source link

Fix type definitions directory #270

Closed brenoepics closed 1 month ago

brenoepics commented 1 month ago

Closes #269 Fixed Incorrect TypeScript Types Path in package.json
Previously, the path was pointing to a non-existent directory, which was leading to issues when trying to use the package in TypeScript projects.