mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 12:03:33 +00:00
Upgrade to the latest supported typescript version in Angular. Resolved TS errors by: - adding `: any` which is what the compiler previously implied and now warns about. - adding `toJSON` to satisfy requirement.