mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
f8de7b1273
This PR removes the manual vendoring process. Third party code can now be updated using the typical NPM pipeline with types/code bundling done through Rollup.
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
|
|
}
|
|
}
|