mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2a21896cf8
This PR renames `vendor` to `third_party` to better adhere to internal codebase nomenclature.
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationMap": false,
|
|
"outDir": "../lib/esm/third_party",
|
|
"sourceMap": false
|
|
}
|
|
}
|