[MAILWEB-5981] Reduce redundancy by replacing the grayed out "Trash" button with...
[ProtonMail-WebClient.git] / packages / unleash / babel.config.js
bloba3092abe5333c5ea076f3d779904e1ed5b061b9b
1 module.exports = {
2     presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'],
3 };