mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
14 lines
242 B
JSON
14 lines
242 B
JSON
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "10"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
||
|
}
|