puppeteer/packages/puppeteer-core/src/tsconfig.cjs.json

9 lines
202 B
JSON

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