9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/preset-env",
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-class-properties"
|
||
|
]
|
||
|
}
|