mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
![]() |
module.exports = {
|
||
|
presets: [
|
||
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
||
|
'@babel/preset-typescript'
|
||
|
]
|
||
|
};
|