mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
179 B
JSON
10 lines
179 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"declarationMap": false,
|
||
|
"outDir": "../lib/esm/vendor",
|
||
|
"sourceMap": false
|
||
|
}
|
||
|
}
|