wesnoth/utils/wesnoth-map-diff/babel.config.js
2022-04-27 17:40:52 -05:00

7 lines
132 B
JavaScript

module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
}