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
> tsc --noEmit
Error: ../../../node_modules/cld/index.d.ts(26,1): error TS2668: 'export' modifier cannot be applied to ambient modules and module augmentations since they are always visible.
Error: ../../../node_modules/cld/index.d.ts(31,3): error TS1038: A 'declare' modifier cannot be used in an already ambient context.
Error: ../../../node_modules/cld/index.d.ts(32,3): error TS1038: A 'declare' modifier cannot be used in an already ambient context.
Error: ../../../node_modules/cld/index.d.ts(33,3): error TS1038: A 'declare' modifier cannot be used in an already ambient context.
Error: ../../../node_modules/cld/index.d.ts(34,3): error TS1038: A 'declare' modifier cannot be used in an already ambient context.
This happens with
"skipLibCheck": false
:TypeScript 5.2.2
See https://typescript.tv/errors/ -> TS2668
The text was updated successfully, but these errors were encountered: