I can fix this manually but workspaces-to-typescript-project-references will revert back to the more verbose formatting with every update so it is a bit tedious. I tried using prettier to auto-format it but prettier will respect multi-line json objects and keep them as-is.
The
workspaces-to-typescript-project-references
tool works great but it does this kind of formatting in tsconfig:With many references this takes up a lot of lines and is hard to get an overview over. I would prefer this formatting:
I can fix this manually but
workspaces-to-typescript-project-references
will revert back to the more verbose formatting with every update so it is a bit tedious. I tried using prettier to auto-format it but prettier will respect multi-line json objects and keep them as-is.