Closed
Description
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The last release (3.13.0) seems to have broken some type definitions.
In a .ts
file compiled with tsc
import * as Raven from 'raven-js';
Raven.config(/*..*);
In a get ->
error TS2339: Property 'config' does not exist on type 'typeof ".../node_modules/raven-js/typescri...'
I see the same error in Visual Code.
What is the expected behavior?
This was working fine in 3.12
.
I saw in the release page, that many changes occurred during the last release on ts
files so I might not using it correctly anymore.
Thanks for your time, and do not hesitate if you need more information.
Metadata
Metadata
Assignees
Labels
No labels