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