mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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.