1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

exclude jslib dirs

This commit is contained in:
Kyle Spearrin
2018-02-23 23:11:42 -05:00
parent d4317a3bf8
commit 0ad1a482b9

View File

@@ -16,7 +16,9 @@
},
"exclude": [
"node_modules",
"jslib/node_modules",
"dist",
"jslib/dist",
"build"
]
}