From cf9187f548f27e63c6f459951c12d1c1198cb82c Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 19 Nov 2022 20:51:19 -0800 Subject: [PATCH] Add sockets path --- server/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tsconfig.json b/server/tsconfig.json index acbe86b0..996fd621 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -14,6 +14,7 @@ "@queues/*": ["queues/*"], "@lib/*": ["lib/*"], "@utils/*": ["utils/*"], + "@sockets/*": ["sockets/*"], "@/*": ["*"] }, "declaration": true,