mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@babel/core').TransformOptions} */
|
|
const config = {
|
|
extends: '../../babel.config.js',
|
|
}
|
|
|
|
module.exports = config
|