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