mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"exclude": [
|
|
"mitt/dist"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "../lib/esm/vendor",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": false
|
|
}
|
|
}
|