JamieMason / syncpack

Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/syncpack/
MIT License
1.34k stars 44 forks source link

Config file example from the docs doesn't have proper types because of the missing types export #219

Closed maksnester closed 2 weeks ago

maksnester commented 1 month ago

Description

This is what the experience looks like in WebStorm IDE before and after adding the "types" export.

https://github.com/JamieMason/syncpack/assets/4989157/16e37f40-1c85-4e06-b138-a132210fde94

Suggested Solution

https://github.com/JamieMason/syncpack/pull/218

JamieMason commented 1 month ago

Great issue, and thanks a lot for the PR to fix 🎉