mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 07:24:59 +01:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
||
|
'@babel/preset-typescript',
|
||
|
],
|
||
|
};
|