babel.config.js9 lines
mainRaw
/**
 * This file is purely being used for local jest runs, and doesn't participate in the build process.
 */
'use strict';

module.exports = {
  extends: '../../babel.config-ts.js',
};
Loading syntax highlighting…