Sign in
chromium
/
chromium
/
src
/
3a4922a8bff5719beeb731a39878047e258245d1
/
.
/
third_party
/
blink
/
web_tests
/
external
/
wpt
/
digital-credentials
/
tsconfig.json
blob: 1387caf21b7712f1ccdff45871d642d379701677 [
file
]
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"ESNext"
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"noEmit"
:
true
,
"strict"
:
true
,
"lib"
:
[
"dom"
,
"esnext"
],
"baseUrl"
:
"."
}
}