mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
8 lines
158 B
JSON
Executable File
8 lines
158 B
JSON
Executable File
{
|
|
"presets": [
|
|
["@babel/preset-env", { "targets": "defaults" }],
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": ["@babel/plugin-transform-runtime"]
|
|
}
|