Question on .deepsource.toml

I’m new to Deepsource, evaluating it for my React project. I’m trying to add more than version =1 in the .deepsource.toml file, e.g. add analyzers.
So far it seems problematic. All ci/cd runs are failing at deepsource, with “bad toml”.
Is there any sample .deepsource.toml for a react (javascript) with postgres backend project?
Seems like a fairly standard setup and wondering if I should just go with “version = 1” to get around the issues.