LogarithmPlotter/common/babel.config.json
2024-09-30 00:23:39 +02:00

6 lines
No EOL
80 B
JSON

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