mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-18 13:01:27 +02:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
'@babel/preset-typescript',
|
|
],
|
|
}; |