You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom length-prefixed-stream type definition causes errors when used in other projects.
There's a workaround, but it's not ideal, to enable "skipLibCheck": true in the consuming project's tsconfig.json.
We can try to contribute the definition to DefinitelyTyped, look into including the definition with the packaged module and seeing if that resolves the issue, or explore alternatives.
The text was updated successfully, but these errors were encountered:
Honestly, I'd prefer just to // @ts-ignorelength-prefixed-stream and delete declarations.d.ts than go down the resource ravenous rabbit hole of JS/TS packaging again.
The custom
length-prefixed-stream
type definition causes errors when used in other projects.There's a workaround, but it's not ideal, to enable
"skipLibCheck": true
in the consuming project'stsconfig.json
.We can try to contribute the definition to DefinitelyTyped, look into including the definition with the packaged module and seeing if that resolves the issue, or explore alternatives.
The text was updated successfully, but these errors were encountered: