1ce4fe7169
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>
13 lines
181 B
JSON
13 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"outDir": "./lib",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|