teleport/babel.config.js
Ryan Clark 27ad839d47
Move jest, eslint & prettier to the root (#20698)
* Move jest, eslint & prettier to the root

* Update e ref
2023-01-25 17:19:22 +00:00

6 lines
132 B
JavaScript

const baseCfg = require('@gravitational/build/.babelrc');
module.exports = function (api) {
api.cache(true);
return baseCfg;
};