Replies: 2 comments 1 reply
-
I think the request is reasonable. It also makes me think we may want to introduce a config setting that can force certain files to be interpreted as a certain type 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could use
If we choose this route, I could include all files starting with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, only
tsconfig.json
is recognized as JSONC format in biome (src). However, some projects use multiple tsconfig files, like:In such cases, formatting other tsconfig files with comments (e.g.,
tsconfig.app.json
,tsconfig.node.json
) results in errors. It would be beneficial to support tsconfig.*.json files as JSONC format to accommodate these scenarios.Would it be possible to add support for tsconfig.*.json files to be recognized as JSONC format? This enhancement would greatly help projects that use multiple tsconfig files.
Beta Was this translation helpful? Give feedback.
All reactions