17 lines
320 B
Plaintext
17 lines
320 B
Plaintext
|
{
|
||
|
"presets": ["next/babel"],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-proposal-decorators",
|
||
|
{
|
||
|
"legacy": true
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
"@babel/plugin-proposal-class-properties",
|
||
|
{
|
||
|
"loose": false
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|