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

9 lines
234 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "../lib/cjs/puppeteer"
},
"references": [{"path": "../third_party/tsconfig.cjs.json"}]
}