Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce a new command "bit write-tsconfig" to write tsconfig files in the components directories #6506

Merged
merged 10 commits into from
Oct 4, 2022

Conversation

davidfirst
Copy link
Member

Proposed Changes

  • support deduping mechanism to minimize the amount of tsconfig.json as much as possible.
  • --clean flag allows to remove tsconfig.json files before writing them.
  • --dry-run allows showing the paths candidate for tsconfig.json.
  • a confirmation prompt is shown before cleaning/writing files. (bypass by --silent).

@davidfirst davidfirst enabled auto-merge (squash) October 4, 2022 21:26
@davidfirst davidfirst merged commit f993aa3 into master Oct 4, 2022
@davidfirst davidfirst deleted the write-tsconfig-workspace branch October 4, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants