command-parser/babel.config.js
Navy.gif e2503d22a0
All checks were successful
continuous-integration/drone/push Build is passing
test configs
2023-02-12 17:20:05 +02:00

3 lines
93 B
JavaScript

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