mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/env",
|
|
"@babel/typescript",
|
|
["@babel/react", {"runtime": "automatic", "importSource": "@emotion/react"}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
|
["@babel/plugin-proposal-class-properties", {"loose": false}],
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@emotion/babel-plugin"
|
|
]
|
|
}
|