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

10 lines
157 B
Text
Raw Normal View History

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