From 4504f09f6e85f09b0489debb547a17209d7176ea Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 3 Aug 2020 18:06:49 +0200 Subject: deal with refresh token in embed --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 752f5b35f..a7b690c7b 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -28,6 +28,7 @@ "video.js": [ "node_modules/video.js/core" ], "@app/*": [ "src/app/*" ], "@shared/*": [ "../shared/*" ], + "@root-helpers/*": [ "src/root-helpers/*" ], "fs": [ "src/shims/noop.ts" ], "http": [ "src/shims/http.ts" ], "https": [ "src/shims/https.ts" ], -- cgit v1.2.3