paths for electron libs

This commit is contained in:
Kyle Spearrin 2018-04-26 14:27:18 -04:00
parent 8a5c766ff2
commit 0244a2432c
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
"@angular/*": [ "node_modules/@angular/*" ],
"angular2-toaster": [ "node_modules/angular2-toaster" ],
"angulartics2": [ "node_modules/angulartics2" ],
"electron": [ "node_modules/electron" ]
"electron": [ "node_modules/electron" ],
"electron-log": [ "node_modules/electron-log" ],
"electron-store": [ "node_modules/electron-store" ]
}
},
"exclude": [