website/node_modules/puppeteer-core/src/tsconfig.esm.json
2025-10-08 21:26:10 +02:00

7 lines
172 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../lib/esm/puppeteer"
},
"references": [{"path": "../third_party/tsconfig.json"}]
}