From 2411dc8ca0f6a9a1a306d897bcb035b3da9605cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 20 Dec 2023 17:39:19 -0500 Subject: [PATCH] fix(workspace): tsconfig nits rollup lol --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index d15e716..85f4f6f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,9 @@ "verbatimModuleSyntax": false, "paths": { "@models/*": ["./models/*"], + "@client": ["./lib/client"], + "@server": ["./lib/server"], + "@models": ["./lib/models"], "@client/*": ["./lib/client/*"], "@server/*": ["./lib/server/*"], "@client/**": ["./lib/client/**"],