Replies: 1 comment
-
|
We won't be adding JSON5 support, but we recently added JSONC, which appears to cover most of the same use cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
turbo should recognize packages containing a package.json5 instead of package.json
Non-goals
No response
Background
pnpm allows your packages to use package.json5 instead of package.json. This allows you to put comments for example.
However packages that use a package.json5 instead of a package.json will not be recognized by turbo.
Proposal
turbo should recognize packages containing a package.json5 instead of package.json
Beta Was this translation helpful? Give feedback.
All reactions