We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc1560 commit 6d403e2Copy full SHA for 6d403e2
2 files changed
src/IcePanelClient.ts
@@ -1,7 +1,7 @@
1
-import { IcePanelClient as Client } from "./Client"
2
-import type { BaseClientOptions } from "./BaseClient"
3
-import * as core from "./core/index"
4
-import type { IcePanelAPIVersion } from "./consts"
+import { IcePanelClient as Client } from "./Client.js"
+import type { BaseClientOptions } from "./BaseClient.js"
+import * as core from "./core/index.js"
+import type { IcePanelAPIVersion } from "./consts.js"
5
6
export interface IcePanelOptions {
7
apiVersion: IcePanelAPIVersion
src/helpers/index.ts
@@ -1 +1 @@
-export * from './ids'
+export * from './ids.js'
0 commit comments