github / webauthn-json

🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.
https://github.github.com/webauthn-json/demo/
MIT License
757 stars 60 forks source link

Restore typings for the extended build #29

Closed lgarron closed 4 years ago

lgarron commented 4 years ago

We're on Parcel 2, which currently has issues building types for multiple targets:

https://github.com/parcel-bundler/parcel/issues/5010

I'd like to restore these as soon as practical. If that doesn't work with Parcel, a workaround might be to rewrite the package.json temporarily, or use a package.json file in a subfolder.

lgarron commented 4 years ago

a workaround might be to rewrite the package.json temporarily, or use a package.json file in a subfolder.

Welp, I don't know why I didn't think of that earlier. I think it worked!