mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 12:15:38 +00:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = {
|
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }]]
|
|
};
|