1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-19 17:03:33 +00:00

move electron renderer messaging service to jslib

This commit is contained in:
Kyle Spearrin
2018-04-25 09:01:04 -04:00
parent 06c07ad4ea
commit e38fbfc3dd
4 changed files with 4 additions and 27 deletions

View File

@@ -8,9 +8,7 @@
"target": "ES2016",
"allowJs": true,
"sourceMap": true,
"types": [
"node"
],
"types": [],
"baseUrl": ".",
"paths": {
"jslib/*": [ "jslib/src/*" ],