mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/preset-env",
|
||
|
"@babel/preset-react",
|
||
|
"@babel/preset-typescript"
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
||
|
}
|