9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
|
["@babel/plugin-proposal-optional-chaining"]
|
|
]
|
|
}
|