3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/babel.config.js

7 lines
131 B
JavaScript
Raw Permalink Normal View History

2019-03-16 15:40:48 +02:00
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript'
]
};