@mikhail.shtanko/redux-oop
Version:
Powerful extensitions for building class-based Redux architecture powered by TypeScript.
26 lines • 438 B
Plain Text
{
"presets": [
"@vue/babel-preset-jsx"
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
],
"@babel/plugin-transform-arrow-functions",
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
],
]
}