Updated tsconfig.json and edited all required files to work with it
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import jwt from 'jsonwebtoken'
|
||||
|
||||
import type { TSocket } from '#application/types'
|
||||
|
||||
import config from '#application/config'
|
||||
import Logger, { LoggerType } from '#application/logger'
|
||||
import { TSocket } from '#application/types'
|
||||
|
||||
class SocketAuthenticator {
|
||||
private socket: TSocket
|
||||
|
Reference in New Issue
Block a user