FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/tsconfig.json at master · practicaldev/sourcegraph · GitHub
practicaldev
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (38 loc) · 1.02 KB
Breadcrumbs
sourcegraph
/
tsconfig.json
Copy path
File metadata and controls
39 lines (38 loc) · 1.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"extends"
:
"
@sourcegraph/tsconfig
"
,
"references"
: [
{
"path"
:
"
shared
"
},
{
"path"
:
"
shared/src/e2e
"
},
{
"path"
:
"
web
"
},
{
"path"
:
"
web/src/e2e
"
},
{
"path"
:
"
web/src/regression
"
},
{
"path"
:
"
browser
"
},
{
"path"
:
"
browser/src/e2e
"
},
{
"path"
:
"
cmd/precise-code-intel
"
},
{
"path"
:
"
schema
"
},
{
"path"
:
"
packages/sourcegraph-extension-api
"
},
{
"path"
:
"
packages/@sourcegraph/extension-api-types
"
},
{
"path"
:
"
dev/release
"
},
],
"compilerOptions"
: {
"target"
:
"
es2019
"
,
"module"
:
"
commonjs
"
,
"allowJs"
:
false
,
"moduleResolution"
:
"
node
"
,
"esModuleInterop"
:
true
,
"lib"
: [
"
esnext
"
,
"
dom
"
,
"
dom.iterable
"
],
"sourceMap"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"skipLibCheck"
:
true
,
"skipDefaultLibCheck"
:
true
,
"noErrorTruncation"
:
true
,
"importHelpers"
:
true
,
"resolveJsonModule"
:
true
,
"composite"
:
true
,
"outDir"
:
"
out
"
,
"rootDir"
:
"
.
"
,
},
"include"
: [],
"exclude"
: [
"
out
"
,
"
node_modules
"
],
}
Back
|
FazBrowse Home
|
New Git URL