fix(build): tighten TypeScript compatibility and update project build configuration

This commit is contained in:
2026-04-30 15:22:54 +00:00
parent d75486ac6e
commit 554af7752e
14 changed files with 2389 additions and 1962 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export interface ISocketRequestConstructorOptions<
side: TSocketRequestSide;
originSocketConnection: SocketConnection;
shortId: string;
funcCallData?: ISocketFunctionCallDataRequest<T>;
funcCallData: ISocketFunctionCallDataRequest<T>;
}
/**