You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason why VSCode doesn't show you errors for the TypeScript configuration, is because it treats JSON files as JSONC files.
However, we prefer to stick with the standard. Regardless, in V2, files named tsconfig.*.json will be automatically treated as JSONC files by Biome
Hi, Thanks for the explanation
So, am I to understand that it is normal behavior to get a comment error in the tsconfig.*.json file if the allowComments option is not written in the biome.json file, not in V2.0?
Environment information
What happened?
Expected result
The default value of the allowComments option is true, so I think the tsconfig.app.json file should be automatically treated as a jsonc file
Code of Conduct
The text was updated successfully, but these errors were encountered: