firebase-js-sdk
firebase-js-sdk copied to clipboard
Upgrade to TypeScript 5
This PR upgrades the version of TypeScript across our entire repo to 5.5.4 (latest is 5.6.3).
The most notable changes are
- Modernizing the Prune DTS script to use the updated TypeScript Compiler API.
- Upgrading dependencies that are no longer compatible with newer versions of TS (mostly
@types/
packages) - Fixing newly reported TS compiler errors
- Updating our code to use the updated built-in types (e.g. from
lib.dom.d.ts
)