9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"outDir": "../lib/cjs/puppeteer"
|
|
},
|
|
"references": [{"path": "../third_party/tsconfig.cjs.json"}]
|
|
}
|