bug: fix build issues, fix datatypes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import WebSocket from 'ws';
|
||||
import { EventEmitter } from 'events';
|
||||
import { PriceIndex, WebSocketMessage, HistoricalData } from '../shared/types';
|
||||
import { PriceIndex, WebSocketMessage, HistoricalData } from '../shared/types.js';
|
||||
|
||||
export class WebSocketClient extends EventEmitter {
|
||||
private ws: WebSocket | null = null;
|
||||
|
||||
Reference in New Issue
Block a user