mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-03 19:16:50 -04:00
6 lines
No EOL
128 B
JavaScript
6 lines
No EOL
128 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', {targets: {node: 'current'}}],
|
|
'@babel/preset-typescript',
|
|
],
|
|
}; |