Skip to content

theaussiepom/tar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@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. Update tsconfig.json to add node_modules/@theaussiepom to the typeToots. node_modules/@types must 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"
]

About

Bastardised tar type (addresses minipass conflicts)

Resources

License

Stars

Watchers

Forks

Packages

No packages published