diff --git a/tsconfig.json b/tsconfig.json index 81f7a59cac..d571e081e3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,9 @@ ], "node": [ "node_modules/@types/node" + ], + "duo_web_sdk": [ + "node_modules/duo_web_sdk" ] } },