xen-orchestra/babel.config.js
2022-03-02 17:49:53 +01:00

8 lines
186 B
JavaScript

'use strict'
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,
}