Closed josh closed 5 years ago
woo, I'm excited for the TypeScript 3.6 release! It would have made my life significantly easier while working on this.
Do you know the best way to specify that a release of this library requires TypeScript 3.6?
(peerDependencies
is presumably not right, because projects using this might not use TypeScript.)
Please let me know if version 0.3.6
fixes this!
Hey @lgarron, it looks like most of
@types/webappsec-credential-management
has now been upstreamed into TypeScript's ownlib/lib.dom.d.ts
. See https://github.com/microsoft/TypeScript/commit/b963e1a2a7e3b1056ee2552927fa08fcc51e4c7d.Trying to use
webauthn-json
on TypeScript 3.6 leads to the following error:I wonder how we best resolve this? Should we just remove the dependency for
@types/webappsec-credential-management
?CC: @web-systems