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