JamieMason / syncpack

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

question(core): can syncpack manage tsconfig.json files? #187

Closed clabnet closed 6 months ago

clabnet commented 6 months ago

Hy @JamieMason, thanks for this formidable package.

Have you provided to replicate similar functions to reorganize in intelligent mode also the tsconfig.json file ?

JamieMason commented 6 months ago

Hi @clabnet, thanks a lot.

Syncpack only touches package.json files, what kinds of functionality are you thinking about which involves tsconfig.json files?

clabnet commented 6 months ago

When we compare similar tsconfig.json(s) we have always the same problem to compare different values for the same key, and and the order of the keys can be useful. Others packages are created for this use :

JamieMason commented 6 months ago

Ok I see what you mean now. I see the similarities but I don't think it would be a good fit for this project, at least at the moment. Let me know if I'm missing anything 👍