mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
523b487e88
* feat(puppeteer): export esm modules in package.json Signed-off-by: Randolf Jung <jrandolf@chromium.org> Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com> Co-authored-by: Randolf Jung <jrandolf@chromium.org>
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"}
|
|
]
|
|
}
|