v1/babel.config.js

7 lines
111 B
JavaScript

module.exports = {
babelrcRoots: [
'.',
'./ui'
],
ignore: [ './node_modules', './flow-typed' ]
}