LogarithmPlotter/babel.config.json

6 lines
80 B
JSON
Raw Normal View History

2024-09-25 17:18:04 +00:00
{
"presets": ["@babel/preset-env"],
"targets": {
"esmodules": true
}
}