CommonJS
You can add a file named .aptuitiv-buildrc.cjs to your root project directory and use that for your build configuration.
JavaScript
You can add a file named .aptuitiv-buildrc.js to your root project directory and use that for your build configuration.
JSON
You can add a file named .aptuitiv-buildrc.json to your root project directory and use that for your build configuration.
Yaml
You can add a file named .aptuitiv-buildrc.yaml or .aptuitiv-buildrc.yml to your root project directory and use that for your build configuration.