Skip to content

Commit 6246c1c

Browse files
add aliases for apps
1 parent 15c760c commit 6246c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",
1717
"paths": {
18+
"@angular-mfe-nx/app-one/*": ["apps/app-one/src/app/*"],
19+
"@angular-mfe-nx/app-two/*": ["apps/app-two/src/app/*"],
1820
"@angular-mfe-nx/ui": ["libs/ui/src/index.ts"]
1921
}
2022
},

0 commit comments

Comments
 (0)