You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
moon sync projects can create tsconfig.json files and fill up the project references and paths. But changes are only additions. In the case I remove one workspace dependency, the command doesn't remove it from the file.
Describe the solution you'd like
So maybe there could be a flag like moon sync projects --overwrite to remove all inside "compilerOptions.paths" and "references" and fill up from scratch?
Describe alternatives you've considered
The alternative is to do remove the content from the files and run moon sync projects again.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
moon sync projects
can create tsconfig.json files and fill up the project references and paths. But changes are only additions. In the case I remove one workspace dependency, the command doesn't remove it from the file.Describe the solution you'd like
So maybe there could be a flag like
moon sync projects --overwrite
to remove all inside "compilerOptions.paths" and "references" and fill up from scratch?Describe alternatives you've considered
The alternative is to do remove the content from the files and run
moon sync projects
again.The text was updated successfully, but these errors were encountered: