intern-Assignment/Sequelize-library/node_modules/umzug/.babelrc

19 lines
320 B
Plaintext
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
{
"presets": [
["@babel/env", {
"targets": {
"node": 6
}
}]
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"syntax-dynamic-import",
"dynamic-import-node",
["@babel/plugin-transform-runtime", {
"regenerator": true,
"helpers": false
}]
]
}