rsnext/examples/with-mobx-state-tree-typescript/.babelrc

5 lines
106 B
Text
Raw Normal View History

{
"presets": ["next/babel"],
"plugins": [["@babel/plugin-proposal-decorators", { "legacy": true }]]
}