sourcegraph/client/codeintellify/babel.config.js
GitStart-SourceGraph f9dc317cfe
refactor: extract codeintellify as new package (#29233)
* refactor: extract codeintellify as new package

* feat: add client/codeintellify into lsif-ts

Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2022-01-10 22:29:47 +07:00

6 lines
71 B
JavaScript

// @ts-check
module.exports = {
extends: '../../babel.config.js',
}