folks, in leiningen I can set global configurations and profiles so in each project I can use them without changing anything. Is there something like this in clojurescript, shadow-cljs and deps.edn? so I can set scope-capture once and all projects could use it
tools.deps also reads a global deps.edn file, unless you tell it not to.