From 984dc4dec0f281951c23571b71d541f9251a41b5 Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:33:48 +0100 Subject: [PATCH] [MISC] Twenty-emails as package (#9770) Charles has done everything within https://github.com/twentyhq/twenty/pull/9754 Last thing to be done is removing the custom module `path` configured in the `tsconfig.json` close https://github.com/twentyhq/core-team-issues/issues/282 --- packages/twenty-server/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/twenty-server/tsconfig.json b/packages/twenty-server/tsconfig.json index 542780732..8b1ccda05 100644 --- a/packages/twenty-server/tsconfig.json +++ b/packages/twenty-server/tsconfig.json @@ -26,8 +26,7 @@ "types": ["jest", "node"], "paths": { "src/*": ["./src/*"], - "test/*": ["./test/*"], - "twenty-emails": ["../twenty-emails/dist"] + "test/*": ["./test/*"] } }, "ts-node": {