lbry-desktop/.babelrc
2019-03-04 23:48:04 -05:00

9 lines
269 B
Text

{
"presets": ["@babel/react", "@babel/flow"],
"plugins": [
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-proposal-class-properties",
"babel-plugin-add-module-exports"
]
}