From c6520f634f8cedea30f0398cee363fec74c3fb11 Mon Sep 17 00:00:00 2001 From: DanHumphry Date: Thu, 28 Mar 2024 12:26:55 +0900 Subject: [PATCH] add '@ts-ignore' in src/provider/ws.ts --- src.ts/providers/ws.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src.ts/providers/ws.ts b/src.ts/providers/ws.ts index 09d86da2f..379be1abb 100644 --- a/src.ts/providers/ws.ts +++ b/src.ts/providers/ws.ts @@ -1,3 +1,4 @@ +// @ts-ignore export { WebSocket } from "ws";