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

docs: use consistent tsconfig for both in docs and bun init #8953

Merged
merged 1 commit into from
Feb 17, 2024
Merged

docs: use consistent tsconfig for both in docs and bun init #8953

merged 1 commit into from
Feb 17, 2024

Conversation

risu729
Copy link
Contributor

@risu729 risu729 commented Feb 17, 2024

What does this PR do?

Follow up of #8654

Fixes inconsistent tsconfig comments in docs vs in bun init, except for the stricter flags.

For the stricter flags, I decided to include them also in bun init but disable them by default.
This inconsistency is clarified in the docs as follows.

If you run bun init in a new directory, this tsconfig.json will be generated for you. (The stricter flags are disabled by default.)

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

Copy link
Contributor

@Electroid Electroid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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