Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/5259
/
.
/
node_modules
/
tsconfig-paths
/
src
/
tsconfig.json
blob: fd4ca9379a4ac756b1ec097e3ab2b60be01f9086 [
file
] [
edit
]
{
"extends"
:
"../base-tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"sourceMap"
:
false
,
"declaration"
:
true
,
"outDir"
:
"../lib"
}
}