inkchargen/.babelrc

11 lines
167 B
Plaintext
Raw Normal View History

2024-01-09 08:30:37 +02:00
{
"presets": [
"@babel/preset-flow",
"@babel/preset-env"
],
"plugins": [
"babel-plugin-transform-flow-enums"
],
"targets": "> 0.25%, not dead"
}