12 lines
232 B
JSON
12 lines
232 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "../../lib/cjs/puppeteer",
|
||
|
"module": "CommonJS"
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../../vendor/tsconfig.cjs.json"}
|
||
|
]
|
||
|
}
|