Como fica a exportação no formato ESM? Fiz dessa forma, mas o js alerta que está errado.
import path from 'path';
export {
'config': path.resolve('./api/config', 'config.json'),
'models-path': path.resolve('./api/models'),
'seeders-path': path.resolve('./api/seeders'),
'migrations-path': path.resolve('./api/migrations')
}