mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
{
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"presets": [
|
|
"@babel/preset-flow",
|
|
"@babel/preset-react",
|
|
["@babel/preset-env", {"targets": {"node": true}}]
|
|
]
|
|
}
|