mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
![]() |
module.exports = {
|
||
|
presets: [
|
||
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
||
|
'@babel/preset-typescript'
|
||
|
]
|
||
|
};
|