xen-orchestra/babel.config.js

6 lines
172 B
JavaScript
Raw Normal View History

module.exports = {
// Necessary for jest to be able to find the `.babelrc.js` closest to the file
// instead of only the one in this directory.
babelrcRoots: true,
}