1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-29 07:59:42 +01: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"
] ]
} }
}, },