mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:51:43 +00:00
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./*", "./.*", "client/*/*", "client/*/.*"],
|
|
}
|