diff --git a/server/tsconfig.json b/server/tsconfig.json index acbe86b06..996fd6215 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -14,6 +14,7 @@ "@queues/*": ["queues/*"], "@lib/*": ["lib/*"], "@utils/*": ["utils/*"], + "@sockets/*": ["sockets/*"], "@/*": ["*"] }, "declaration": true,