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