0.0.1 • Published 4 years ago
@theaussiepom/tar v0.0.1
@theaussiepom/tar
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.
Using @theaussiepom/tar type definition
- Uninstall @types/tar
npm uninstall @types/tar- Install @theaussiepom/tar
npm install @theaussiepom/tar- Add
node_modules/@theaussiepom/tartyperoot totsconfig.json. You must also referencenode_modules/@typesas it will no longer be included by default (see TypeScript typeRoots for further information).
"typeRoots": [
"../node_modules/@theaussiepom",
"../node_modules/@types"
]0.0.1
4 years ago