Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
is-async-function
/
tsconfig.json
blob: 75e48fd29fa1732d39e63e657481e874db00b3eb [
file
] [
log
] [
blame
]
{
"extends"
:
"@ljharb/tsconfig"
,
"compilerOptions"
:
{
"target"
:
"ES2021"
,
"maxNodeModuleJsDepth"
:
0
,
},
"exclude"
:
[
"coverage"
,
],
}