v1/babel.config.js

6 lines
107 B
JavaScript

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