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/**"],