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 am working in a TypeScript project using ES Modules (ESM) and noticed that it doesn't work out-of-the-box with the types provided from binance-api-node/index.d.ts.
I solved this by deleting my tsconfig file and installing a new one using npx tsconfig.json with option 'node'. B4 that I tried ur solution but lost typechecking and linting.
I am working in a TypeScript project using ES Modules (ESM) and noticed that it doesn't work out-of-the-box with the types provided from binance-api-node/index.d.ts.
Using the following code:
I ran into this error:
Here is what I did in my code to fix the situtation:
Is anyone else experiencing a similar problem?
The text was updated successfully, but these errors were encountered: