rsnext/examples/with-mobx-state-tree-typescript/.babelrc
Henrik Wenz f0f8229009 Update with-mobx-state-tree-typescript example (#5266)
To work with babel7 & next7.
2018-09-27 16:39:11 +02:00

9 lines
157 B
Text

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