Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
digital-credentials
/
tsconfig.json
blob: 1387caf21b7712f1ccdff45871d642d379701677 [
file
] [
log
] [
blame
] [
edit
]
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"ESNext"
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"noEmit"
:
true
,
"strict"
:
true
,
"lib"
:
[
"dom"
,
"esnext"
],
"baseUrl"
:
"."
}
}