jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.51k stars 21 forks source link

Does not add types for jest #109

Closed mkelley33 closed 7 months ago

mkelley33 commented 8 months ago

I ran npx typesync and it told me I was all synced up, but when I ran npm i -D @types/jest, the red underlines beneath jest in VS Code disappeared. Note: When I installed the types for jest the version didn't match the jest version as recommended, but it made the red underlines go away in VS Code. If this isn't the correct approach, please let me know, and I'll close the issue.

jeffijoe commented 8 months ago

Typings should be included with Jest. However I have noticed myself that the types on DT are better. Sadly thats just an outlier.