puppeteer/tsconfig.json
Tim van der Lippe 1ce4fe7169
chore(deps): update extract-zip to version 2 (#5610)
extract-zip removed support for callbacks and instead uses promises. Moreover, it has TypeScript support which allows us to remove the @types/extract-zip package.

This update allows downstream users to remove their installation of mkdirp, which uses a vulnerable version of minimist.

For more info, see https://github.com/maxogden/extract-zip/releases/tag/v2.0.0

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-04-09 21:13:25 +02:00

13 lines
181 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"outDir": "./lib",
"target": "ESNext",
"moduleResolution": "node"
},
"include": [
"src"
]
}