mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:12:02 +00:00
* refactor: extract codeintellify as new package * feat: add client/codeintellify into lsif-ts Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
// @ts-check
|
|
|
|
module.exports = {
|
|
extends: '../../babel.config.js',
|
|
}
|