mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/env",
|
|
"@babel/typescript",
|
|
["@babel/react", {"runtime": "automatic", "importSource": "@emotion/react"}]
|
|
],
|
|
"plugins": [["@babel/plugin-proposal-decorators", {"legacy": true}], "@emotion/babel-plugin"]
|
|
}
|