diff --git a/services/content-publishing/package.json b/services/content-publishing/package.json index 8cf321e3..f1a38609 100644 --- a/services/content-publishing/package.json +++ b/services/content-publishing/package.json @@ -140,7 +140,14 @@ "/libs/" ], "moduleNameMapper": { - "^@content-publishing-common(|/.*)$": "/libs/common/src/$1" + "^@content-publishing-common(|/.*)$": "/libs/common/src/$1", + "^#libs(|/.*)$": "/libs/common/src/$1", + "^#libs/blockchain(|/.*)$": "/libs/common/src/blockchain/$1", + "^#libs/config(|/.*)$": "/libs/common/src/config/$1", + "^#libs/dtos(|/.*)$": "/libs/common/src/dtos/$1", + "^#libs/interfaces(|/.*)$": "/libs/common/src/interfaces/$1", + "^#libs/queues(|/.*)$": "/libs/common/src/queues/$1", + "^#libs/utils(|/.*)$": "/libs/common/src/utils/$1" } } }