From 2a87fc14c229d36e77f2b1ff498e267e22b906ae Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 18 Dec 2018 17:20:27 -0500 Subject: [PATCH] fix duo_web_sdk --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 81f7a59cac8..d571e081e31 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,9 @@ ], "node": [ "node_modules/@types/node" + ], + "duo_web_sdk": [ + "node_modules/duo_web_sdk" ] } },