diff --git a/tsconfig.json b/tsconfig.json index 1a4327365b..5631d680dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,9 @@ ], "node": [ "node_modules/@types/node" + ], + "duo_web_sdk": [ + "node_modules/duo_web_sdk" ] } },