main
js 8 lines 185 Bytes
Raw
1 /**
2 * This file is purely being used for local jest runs, and doesn't participate in the build process.
3 */
4 'use strict';
5
6 module.exports = {
7 extends: '../../babel.config-ts.js',
8 };