We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39abb9f commit 752f2a1Copy full SHA for 752f2a1
src/http-client.ts
@@ -1,5 +1,5 @@
1
import axios, { AxiosError, AxiosInstance, AxiosRequestConfig } from "axios";
2
-import CryptlexWebApiClientOptions from "./client-options";
+import CryptlexWebApiClientOptions from "./client-options.js";
3
4
/** An extension of AxiosRequestConfig to store */
5
type AxiosRetryConfig = AxiosRequestConfig<any> & {
0 commit comments