mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"outDir": "../lib/cjs/puppeteer"
|
|
},
|
|
"references": [{"path": "../third_party/tsconfig.cjs.json"}]
|
|
}
|