/**
 * 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',
};