18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", {
|
|
"legacy": true
|
|
}],
|
|
["@babel/plugin-proposal-class-properties", {
|
|
"loose": true
|
|
}],
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
]
|
|
} |