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
1 changed files with 3 additions and 0 deletions

View File

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