1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

share login component with jslib

This commit is contained in:
Kyle Spearrin
2018-04-04 09:19:28 -04:00
parent 5fd400bf9d
commit 4f4ef82049
3 changed files with 15 additions and 53 deletions

View File

@@ -13,7 +13,10 @@
],
"baseUrl": ".",
"paths": {
"jslib/*": [ "jslib/src/*" ]
"jslib/*": [ "jslib/src/*" ],
"@angular/*": [ "node_modules/@angular/*" ],
"angular2-toaster": [ "node_modules/angular2-toaster" ],
"angulartics2": [ "node_modules/angulartics2" ]
}
},
"exclude": [