mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
12 lines
188 B
JSON
12 lines
188 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"exclude": [
|
||
|
"mitt/dist"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "../lib/cjs/vendor",
|
||
|
"module": "CommonJS"
|
||
|
}
|
||
|
}
|