Added paths in typescript config and utilise this in all project files

This commit is contained in:
2024-12-24 23:48:37 +01:00
parent 72562f92f9
commit 058988e874
86 changed files with 304 additions and 295 deletions

View File

@ -1,4 +1,4 @@
import { TSocket } from '../utilities/types'
import { TSocket } from '#utilities/types'
import { Server as SocketServer } from 'socket.io'
export default class SomeJob {