Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
data-view-buffer
/
tsconfig.json
blob: 6c7451ab87c8fed5673dc53ac06033d4685e79be [
file
] [
log
] [
blame
] [
edit
]
{
"extends"
:
"@ljharb/tsconfig"
,
"compilerOptions"
:
{
"target"
:
"es2021"
,
/*
Set
the
JavaScript
language version for emitted
JavaScript
and include compatible library declarations
.
*/
},
"exclude"
:
[
"coverage"
,
"test/list-exports"
],
}