mirror of
https://code.forgejo.org/docker/build-push-action.git
synced 2025-07-24 16:48:30 +00:00
6 lines
No EOL
131 B
JavaScript
6 lines
No EOL
131 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
'@babel/preset-typescript'
|
|
]
|
|
};
|