Skip to content
Permalink
v5.3.3
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (13 sloc) 160 Bytes
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
[ '@babel/preset-typescript' ],
],
};