Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
test
/
interactions
/
tsconfig.json
blob: e66b4552a47df70f62d6875f736f08127d90c019 [
file
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"baseUrl"
:
"."
,
"checkJs"
:
false
,
"allowJs"
:
false
},
"references"
:
[
{
"path"
:
"../shared/tsconfig.json"
},
{
"path"
:
"../e2e/tsconfig.json"
}
],
"extends"
:
"../../tsconfig.base.json"
}