mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceRoot": "src",
|
|
"rootDir": ".",
|
|
"outDir": "./out",
|
|
},
|
|
"include": ["src"],
|
|
}
|