mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-27 15:48:13 +08:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
module.exports = {
|
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'],
|
|
};
|