Fix ws import
This commit is contained in:
parent
1199515781
commit
e4671228c8
1 changed files with 8 additions and 0 deletions
8
server/typings/ws/index.d.ts
vendored
Normal file
8
server/typings/ws/index.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { Server } from 'ws'
|
||||
|
||||
declare module 'ws' {
|
||||
// FIXME: remove when 'ws' is fixed
|
||||
export class WebSocketServer extends Server {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue