I am working on my project with React and sometimes it’s not comfortable to have *.bs.js next to *.res files and I would like to move these *.bs.js files in some directory.
"in-source": true generates output alongside source files. If you omit it, it’ll generate the artifacts into lib/js. The output directory is not configurable otherwise.
Does that allow to configure the target output folder? Some frameworks (like next-js) need some files to be on specific folders to process them properly.
Out of curiosity, how do you have all these docs on hand? Are you a rescript developer, documentation writer, have a photographic memory, better search engine than the rest of us, or … ?