change import
to import type
This commit is contained in:
parent
6bbfba97d5
commit
0d0cf63133
@ -1,4 +1,4 @@
|
||||
import {Server, ServerOptions} from 'ws';
|
||||
import type {Server, ServerOptions} from 'ws';
|
||||
|
||||
export interface IConfig {
|
||||
readonly host: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user