added a couple of aliases to clean up the eternal '../../../../..'

pull/3/head
Chris Veilleux 2019-03-21 23:18:36 -05:00
parent 3e523eb37a
commit 68a2f993b9
1 changed files with 45 additions and 39 deletions

View File

@ -35,6 +35,12 @@
],
"shared/*": [
"dist/shared/*"
],
"@account/http/*": [
"projects/account/src/app/core/http/*"
],
"@account/models/*": [
"projects/account/src/app/shared/models/*"
]
}
}