refactor(server): common (#2066)

This commit is contained in:
Jason Rasmussen
2023-03-24 00:55:15 -04:00
committed by GitHub
parent 54f98053a8
commit 1efc74dabc
23 changed files with 31 additions and 182 deletions

View File

@@ -8,7 +8,6 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"^@app/common": "<rootDir>../../../libs/common/src",
"^@app/infra(|/.*)$": "<rootDir>../../../libs/infra/src/$1",
"^@app/domain(|/.*)$": "<rootDir>../../../libs/domain/src/$1"
}