Sign in
skia
/
buildbot
/
HEAD
/
.
/
pinpoint
/
webui
/
tsconfig.lib.json
blob: bb41708ea175a2c75f135d5feb48161993881b94 [
file
]
{
"compilerOptions"
:
{
"target"
:
"es2022"
,
"module"
:
"es2022"
,
"moduleResolution"
:
"bundler"
,
"lib"
:
[
"es2022"
,
"dom"
],
"strict"
:
true
,
"experimentalDecorators"
:
true
,
"skipLibCheck"
:
true
,
"declaration"
:
true
,
"allowJs"
:
true
,
"types"
:
[]
}
}