mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
["@babel/preset-react", { "runtime": "automatic" }]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-class-properties",
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
}
|