Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4580
/
.
/
node_modules
/
tsconfig-paths
/
test
/
tsconfig.json
blob: 12f379d277ff30353b40d6791bf71060fc4a733c [
file
] [
edit
]
{
"extends"
:
"../base-tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"sourceMap"
:
true
,
"outDir"
:
"./js_out"
}
}