Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
shared
/
tsconfig.json
blob: 82059110eeb855d1376cf77a49d6aaecb5343c39 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"."
},
"references"
:
[
{
"path"
:
"../conductor/tsconfig.json"
},
{
"path"
:
"../e2e/tsconfig.json"
}
]
}