mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-flow",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
]
|
|
} |