Open julienlebren opened 5 months ago
@julienlebren Did you find a solution to the issue?
I edited all the files manually and changed import * http from 'http';
to import * as http from 'http';
A shame that Brevo is not fixing this and released something completely bugged. And no reply from the team after 2 months... really not a serious company.
+1 same issue here
Adding "esModuleInterop": true,
in compilerOptions
of my tsconfig.json seems to solve the problem. But I don't know the consequences of this change.
This package is totally unusable because its code does not compile...