diff --git a/tsconfig.json b/tsconfig.json index ec9ad54..bb47431 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,6 +36,9 @@ "shared/*": [ "dist/shared/*" ], + "@account/*": [ + "projects/account/src/*" + ], "@account/http/*": [ "projects/account/src/app/core/http/*" ],