LogarithmPlotter/babel.config.json

6 lines
No EOL
80 B
JSON

{
"presets": ["@babel/preset-env"],
"targets": {
"esmodules": true
}
}