1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +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": [
"node_modules/@types/node" "node_modules/@types/node"
],
"duo_web_sdk": [
"node_modules/duo_web_sdk"
] ]
} }
}, },