1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

duo_web_sdk fix in tsconfig

This commit is contained in:
Kyle Spearrin
2018-12-18 17:15:37 -05:00
parent 1ea46bd0d3
commit 645fa8e7ca

View File

@@ -31,6 +31,9 @@
],
"node": [
"node_modules/@types/node"
],
"duo_web_sdk": [
"node_modules/duo_web_sdk"
]
}
},