Type definition based on a merge of index.d.ts files from:
See [@types/tar] is incompatible with new minipass types for context and discussion.
Only consider the appropriateness of this type definition while waiting for the @types/tar vs minipass conflict to be addressed.
Once the @types/tar vs minipass conflict has been addressed, use the @types/tar type definition instead.
- Uninstall @types/tar
npm uninstall @types/tar
- Install @theaussiepom/tar
npm install @theaussiepom/tar
- Update
tsconfig.jsonto addnode_modules/@theaussiepomto the typeToots.node_modules/@typesmust also be referenced in the typeRoots as it will no longer be included by default (see TypeScript typeRoots for further information).
"typeRoots": [
"../node_modules/@theaussiepom",
"../node_modules/@types"
]