diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 5612550cf..52241a0a6 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -54,7 +54,6 @@ "@union/*": ["src/graphql/union/*"], "@repository/*": ["src/typeorm/repository/*"], "@test/*": ["test/*"], - /* external */ "@dbTools/*": ["../database/src/*", "../../database/build/src/*"], "@entity/*": ["../database/entity/*", "../../database/build/entity/*"]