Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
v8
/
tools
/
tracing
/
proto-converter
/
tsconfig.json
blob: defc4ef82ab6aea798b4891bebd6918636712145 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"ES2018"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es6"
,
"dom"
],
"outDir"
:
"lib"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
}
}