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