0.0.1 • Published 2 years ago

@theaussiepom/tar v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

  1. Uninstall @types/tar
npm uninstall @types/tar
  1. Install @theaussiepom/tar
npm install @theaussiepom/tar
  1. Add node_modules/@theaussiepom/tar typeroot to tsconfig.json. You must also reference node_modules/@types as it will no longer be included by default (see TypeScript typeRoots for further information).
"typeRoots": [
  "../node_modules/@theaussiepom",
  "../node_modules/@types"
]