1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-06 13:39:30 +02:00
build-push-action/babel.config.js
2024-12-20 17:43:40 -05:00

6 lines
No EOL
131 B
JavaScript

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