Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
puppeteer-core
/
src
/
tsconfig.cjs.json
blob: 897b1a03dfd47bd3b08da89f06c6b8952e1445db [
file
] [
log
] [
blame
]
{
"extends"
:
"../../../tsconfig.base.json"
,
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"moduleResolution"
:
"Node"
,
"outDir"
:
"../lib/cjs/puppeteer"
},
"references"
:
[{
"path"
:
"../third_party/tsconfig.cjs.json"
}]
}