rsnext/examples/with-kea/.babelrc

9 lines
94 B
Text
Raw Normal View History

2017-11-13 12:21:11 +01:00
{
"presets": [
"next/babel"
],
"plugins": [
"transform-decorators-legacy"
]
}