puppeteer/third_party/tsconfig.json
jrandolf 2a21896cf8
chore: rename vendor to third_party (#9021)
This PR renames `vendor` to `third_party` to better adhere to internal
codebase nomenclature.
2022-09-28 15:23:37 +02:00

10 lines
184 B
JSON

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