I’m using jsonls
as a language server for JSON file. It works fine without having comments in JSON file like tsconfig.json
in which jsonls
shows a lot of errors like this;
Also, I know that JSON doesn’t allow comments in it, but tsconfg.json
originally had comments when it was generated.
Is there anyone who knows how to prevent these errors by configuring something?