freeCodeCamp/babel.config.js

4 lines
67 B
JavaScript

module.exports = {
babelrcRoots: ['./api-server', './client']
};