project: Move to ESM Modules

This commit is contained in:
Rajeh Taher
2025-07-17 13:54:17 +03:00
parent 19124426b2
commit 787aed88b8
69 changed files with 5143 additions and 4757 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export * from './Call'
export * from './Signal'
export * from './Newsletter'
import { AuthenticationState } from './Auth'
import { SocketConfig } from './Socket'
import type { AuthenticationState } from './Auth'
import type { SocketConfig } from './Socket'
export type UserFacingSocketConfig = Partial<SocketConfig> & { auth: AuthenticationState }