diff --git a/tsconfig.json b/tsconfig.json index 0591eada..1dd8d932 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,9 @@ ], "node": [ "node_modules/@types/node" + ], + "duo_web_sdk": [ + "node_modules/duo_web_sdk" ] } },