-
Notifications
You must be signed in to change notification settings - Fork 2k
docs: mention JSONC support #10214
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: mention JSONC support #10214
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Configure the behavior of `turbo` by using a `turbo.json` file in your Workspace's root directory. You can also: | ||
|
||
- Use [Package Configurations](/repo/docs/reference/package-configurations) for more granular control. | ||
- Use `turbo.jsonc` to add comments to your configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This almost makes it sound like turbo.json
doesn't allow comments. Maybe frame it as editor support for comments in turbo.json
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair.
Description
Make sure we mention JSONC support.