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