Mateusz Kasprzak
Mateusz Kasprzak
Hi, I wanted to play around with the library, so I created a fresh Vite project `npm create vite` with React & TypeScript and started with such import ```js import...
I think that it would be great if we could highlight characters that triggered the match search: somestring result: foo**somestring**bar foo**some**thing**String**bar API could be something like this ```js const searcher...
Hi, correct me if I'm wrong, but this merges all typings generated by build. I think those are generated for all typescript files in directory. Would it be possible to...