8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/preset-env" ],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-class-properties",
|
||
|
"@babel/plugin-transform-flow-strip-types"
|
||
|
]
|
||
|
}
|