Merge branch 'feat/inda-347-host-update' into 'main'
[ProtonMail-WebClient.git] / packages / mail / babel.config.js
bloba27abb8837e54fe7159c16452709ad09d58ea86c
1 module.exports = {
2     presets: ['@babel/preset-env', ['@babel/preset-react', { runtime: 'automatic' }], '@babel/preset-typescript'],
3 };