You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently upgrading our project to Angular 15 + TypeScript 4.9.5 and building it now fails with the following error:
✖ Compiling with Angular sources in Ivy partial compilation mode.
node_modules/detectrtc/DetectRTC.d.ts:10:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
10 namespace DetectRTC {
~~~~~~~~~
We're using the newest version of detectrtc: 1.4.1 -- at least, I couldn't find a newer one.
Could you please fix this and release a version compatible with Angular 15?
The text was updated successfully, but these errors were encountered:
I'm currently upgrading our project to Angular 15 + TypeScript 4.9.5 and building it now fails with the following error:
We're using the newest version of detectrtc: 1.4.1 -- at least, I couldn't find a newer one.
Could you please fix this and release a version compatible with Angular 15?
The text was updated successfully, but these errors were encountered: