Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
puppeteer-core
/
src
/
tsconfig.esm.json
blob: 2cd2ab579fcce3f8b419fc85368557f9523568d1 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"../lib/esm/puppeteer"
},
"references"
:
[{
"path"
:
"../third_party/tsconfig.json"
}]
}