Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
eslint-module-utils
/
tsconfig.json
blob: 9e6fbc5cc1b2a436810528f817f2b7f58863c9e0 [
file
] [
log
] [
blame
]
{
"extends"
:
"@ljharb/tsconfig"
,
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"moduleResolution"
:
"node"
,
"maxNodeModuleJsDepth"
:
0
,
},
"exclude"
:
[
"coverage"
,
],
}