15 lines
197 B
Plaintext
15 lines
197 B
Plaintext
![]() |
{
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-class-properties"
|
||
|
],
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "12"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|