1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-06 10:33:31 +00:00

move common code to jslib

This commit is contained in:
Kyle Spearrin
2018-04-24 16:30:47 -04:00
parent 0604da8c97
commit d02a16a370
13 changed files with 29 additions and 572 deletions

View File

@@ -8,7 +8,9 @@
"target": "ES2016",
"allowJs": true,
"sourceMap": true,
"types": [],
"types": [
"node"
],
"baseUrl": ".",
"paths": {
"jslib/*": [ "jslib/src/*" ],
@@ -19,6 +21,8 @@
},
"exclude": [
"node_modules",
"src/node_modules",
"jslib/node_modules/electron/electron.d.ts",
"jslib/node_modules",
"dist",
"jslib/dist",