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

10 lines
234 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
2023-08-28 11:01:52 +00:00
"moduleResolution": "Node",
"outDir": "../lib/cjs/puppeteer"
},
"references": [{"path": "../third_party/tsconfig.cjs.json"}]
}