puppeteer/vendor/tsconfig.json
jrandolf f8de7b1273
chore: bundle vendor code (#9016)
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.
2022-09-28 13:03:19 +02:00

10 lines
179 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"declarationMap": false,
"outDir": "../lib/esm/vendor",
"sourceMap": false
}
}