sourcegraph/client/codeintellify/tsconfig.json
2023-10-26 03:03:11 -07:00

19 lines
305 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"sourceRoot": "src",
"rootDir": ".",
"outDir": "./out",
},
"references": [
{
"path": "../common",
},
{
"path": "../extension-api-types",
},
],
"include": ["src"],
}