mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-14 18:03:53 +08:00
13 lines
148 B
JavaScript
13 lines
148 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/preset-env',
|
|
{
|
|
targets: {
|
|
esmodules: true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|