Sign in
cobalt
/
cobalt
/
bf4fe390b81028497c53296ce92f8c4193be685a
/
.
/
src
/
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
}
}