8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../lib/esm/puppeteer"
|
|
},
|
|
"references": [{"path": "../third_party/tsconfig.json"}]
|
|
}
|