mirror of
https://gitlab.com/psono/psono-client
synced 2025-04-19 03:22:16 +03:00
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime"],
|
|
[
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
]
|
|
}
|