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